Skip to content
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

Vending: Expand payment methods #2795

Closed
wants to merge 1 commit into from

Conversation

DaVinci9196
Copy link
Contributor

Expand other payment methods based on the internal webview loading method.

Note 1: The main interface for adding payment methods must support multi-window mode. Otherwise, an exception will be thrown when window.open is executed inside the web page, causing the registration data transfer method to fail.

Note 2: Clicking Continue on the main page will redirect and execute to onCreateWindow in WebChromeClient, where a new webview is created to carry the directed page. Displaying the new webview in a dialog created based on the main page context can return data to the main page after the operation.

Note 3: Currently the test can bind the PayPal payment method normally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant