Skip to content

Commit

Permalink
Update eeab941e-d377-4c0d-8a89-99b89081de14.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nxsschoenfeld authored Jun 25, 2021
1 parent eb486e4 commit ec6a838
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 202009.0/eeab941e-d377-4c0d-8a89-99b89081de14.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ You can also implement your own button if you want the button to be loaded witho
## Paypal Express Checkout Flow Description:
* 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.
* In the response we receive a workorderid which is used for all other operations until the capture request and PayPal redirect URL.
* We store wordorderid to quote and redirect customer to the URL provided by Payone.
* We store workorderid to quote and redirect customer to the URL provided by Payone.
* On the PayPal page, customer has to log in and approve the intention of paying for the desired goods.
* After the customer clicks the button, he is redirected to success or failure URL, provided by the shop in the first request to Payone.
* After redirection to success action, one more genericpayment request to Payone is made with action `getexpresscheckoutdetails`.
Expand Down Expand Up @@ -111,4 +111,4 @@ Open `Yves/CheckoutPage/Process/Steps/CustomerStep.php` file in your project and
}
...
}
```
```

0 comments on commit ec6a838

Please sign in to comment.