-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: added paypal param redirect #12
Conversation
Thanks for your pull request, but this repo does not accept outside contributions unless they are under contract. If you think this is an error, please contact @nedbat. |
You need to rework your commit messages to follow the conventional commit rules... https://open-edx-proposals.readthedocs.io/en/latest/best-practices/oep-0051-bp-conventional-commits.html Rebase, edit messages then force push. |
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.
Added a comment, also can we add a unit test related to the introduced redirect logic if possible
bedbe0f
to
a65b4bc
Compare
a65b4bc
to
3a8fcbe
Compare
This is related to the following PRs: |
Bata has signed off, time to create a new PR to get past the CLA issue. |
Summary
This is intended as a temporary measure to allow users to pay via PayPal, until we implement full PayPal support in the new checkout.
Acceptance Criteria
When arriving at legacy checkout
-- any previously applied coupon is re-applied
-- the PayPal flow is immediately initiated, and the user is brought to PayPal to complete their transaction
Completing the PayPal transaction results in a successful order and fulfillment in the legacy system