-
Notifications
You must be signed in to change notification settings - Fork 68
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
Add support to offline payment methods in checkout #10219
Add support to offline payment methods in checkout #10219
Conversation
Test the buildOption 1. Jetpack Beta
Option 2. Jurassic Ninja - available for logged-in A12s🚀 Launch a JN site with this branch 🚀 ℹ️ Install this Tampermonkey script to get more options. Build info:
Note: the build is updated when a new commit is pushed to this PR. |
Size Change: 0 B Total Size: 1.36 MB ℹ️ View Unchanged
|
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.
Works well!
I tested the following scenarios:
- Regular credit card purchase
- 3D Secure CC purchase
- Redirect payment method purchase (Bancontact)
Additionally I marked Bancontact as an offline payment method and verified that the order received page was loaded immediately after checkout and that the order was put on hold.
Great idea to test with a redirect payment method! |
Fixes #10124
Changes proposed in this Pull Request
This PR sets up the foundation for adding offline payment methods, such as Multibanco. By itself, it doesn’t alter any existing functionality or introduce new features, but it enables us to proceed with implementing offline methods. That’s why it should be merged into a release branch instead of develop.
It was created based on the POC in #10191 and adapted so it can be merged without depending on the POC.
Testing instructions
npm run changelog
to add a changelog file, choosepatch
to leave it empty if the change is not significant. You can add multiple changelog files in one PR by running this command a few times.Post merge