ecommerce
ecommerce copied to clipboard
WIP: Add android payment processor and mobile payment execution flow
Description
This is a work in progress pull request, please do not review it. It is created to check the behavior of test cases. This PR has basket api and reciept validation for android.
This PR adds the following:
- An android payment processor to handle android In-App purchase validation
- An In-App payment execution flow to handle payment recordkeeping and order creation/fulfillment
This PR completes the flow needed to perform a successful In-App purchase on either of the mobile platforms.
Describe what this pull request changes, and why these changes were made. How will these changes affect other people, installations of edx, etc.? Please include links to any relevant ADRs, design artifacts, and decision documents. Make sure to document the rationale behind significant changes in the repo, per OEP-19, and can be linked here.
Useful information to include:
- Which edX user roles will this change impact? Common user roles are "Learner", "Course Author", "Developer", and "Operator".
- Include screenshots for changes to the UI (ideally, both "before" and "after" screenshots, if applicable).
- Provide links to the description of corresponding configuration changes. Remember to correctly annotate these changes.
Supporting information
https://openedx.atlassian.net/browse/LEARNER-8395
@rehan99000