-
Notifications
You must be signed in to change notification settings - Fork 105
ACP-4918 PayOne cancellation of a payment in the payone step lead to abandonate orders #3088
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
.../all/payment-service-provider/202404.0/base-shop/hosted-payment-page-back-button-handling.md
Outdated
Show resolved
Hide resolved
.../all/payment-service-provider/202404.0/base-shop/hosted-payment-page-back-button-handling.md
Outdated
Show resolved
Hide resolved
…of-a-payment-in-the-payone-step-lead-to-abandonate-orders
…acp-4918-norma-payone-cancellation-of-a-payment-in-the-payone-step-lead-to-abandonate-orders
✅ Deploy Preview for spryker-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
…in-the-payone-step-lead-to-abandonate-orders' of https://github.com/spryker/spryker-docs into bugfix/acp-4918-norma-payone-cancellation-of-a-payment-in-the-payone-step-lead-to-abandonate-orders
…of-a-payment-in-the-payone-step-lead-to-abandonate-orders
## Related Developer Guides | ||
|
||
* [Payments Feature Overview](/docs/scos/dev/feature-walkthroughs/page.version/payments-feature-walkthrough/payments-feature-walkthrough.html) | ||
* [State Machines](/docs/scos/dev/back-end-development/data-manipulation/datapayload-conversion/state-machine/state-machine.html) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please move this to the related articles section in the front matter for proper rendering. Example
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
</state> | ||
``` | ||
|
||
{% info_block warningBox "" %} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this highlighted as a warning when adding the flag is part of the guide so the reader will do it in any case?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was meant to be very important to not be missed.
Updated.
Make sure the following applies: | ||
* Order status changes to "payment cancellation pending" | ||
* Order is not displayed in customer account | ||
* In the Back Office, the order exists in the correct state |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the correct state?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated
For the *Payone Paypal* payment method, we support only *Preauthorization and Capture*. | ||
|
||
{% info_block infoBox "State machine for Payone" %} | ||
|
||
The payment modes like Preauthorization and Capture must be set via the Spryker state machine in the Order Management System (OMS). However, the state machine for the Payone app is now in development, so you can not customize it for your project yet. | ||
|
||
{% endinfo_block %} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How is this related to back button?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copy-paste error. Fixed
…acp-4918-norma-payone-cancellation-of-a-payment-in-the-payone-step-lead-to-abandonate-orders
…in-the-payone-step-lead-to-abandonate-orders' of https://github.com/spryker/spryker-docs into bugfix/acp-4918-norma-payone-cancellation-of-a-payment-in-the-payone-step-lead-to-abandonate-orders
…of-a-payment-in-the-payone-step-lead-to-abandonate-orders
…of-a-payment-in-the-payone-step-lead-to-abandonate-orders
PR labels
When the PR is ready for review, add a TW review needed label. This lets us keep track of PRs that need to be merged and merge them in time.
PR Description
Added docs for allowing customer to use the back button when redirected from the summary page to the hosted payment page of an external payment service provider used such as Spryker's PayOne App.
Tickets
https://spryker.atlassian.net/browse/acp-4918
Checklist