Skip to content

Commit ec6a838

Browse files
Update eeab941e-d377-4c0d-8a89-99b89081de14.md
1 parent eb486e4 commit ec6a838

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

202009.0/eeab941e-d377-4c0d-8a89-99b89081de14.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ You can also implement your own button if you want the button to be loaded witho
1616
## Paypal Express Checkout Flow Description:
1717
* Once you click on the "Checkout with PayPal" button, the genericpayment request is sent to Payone with `setexpresscheckout` action and success, failure and back URLs.
1818
* In the response we receive a workorderid which is used for all other operations until the capture request and PayPal redirect URL.
19-
* We store wordorderid to quote and redirect customer to the URL provided by Payone.
19+
* We store workorderid to quote and redirect customer to the URL provided by Payone.
2020
* On the PayPal page, customer has to log in and approve the intention of paying for the desired goods.
2121
* After the customer clicks the button, he is redirected to success or failure URL, provided by the shop in the first request to Payone.
2222
* After redirection to success action, one more genericpayment request to Payone is made with action `getexpresscheckoutdetails`.
@@ -111,4 +111,4 @@ Open `Yves/CheckoutPage/Process/Steps/CustomerStep.php` file in your project and
111111
}
112112
...
113113
}
114-
```
114+
```

0 commit comments

Comments
 (0)