Skip to content

Remove redundant submit/review button when paying through modes other than card

kartik1000 requested to merge kartik1000/stripe:fix#313 into master

This pull request is intended to remove the redundant submit/review button when the user is paying through modes other than card (apple/gpay). It uses the title property of the payment iframe to decide if the user is using a card or apple/gpay for payment and then accordingly show or hide the submit/review button.

Merge request reports