You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
Using the api introduced in #1349, this pull will create the ExpressPaymentMethod and PaymentMethod integrations for Stripe. Some notes:
should use as much of the existing stripe extension logic as possible (so will need to detect if the extension is installed).
should be created with a goal of moving this logic to the actual payment method extensions themselves (possibly before release). We may need to talk more about this.
Here's an updated mockup provided by @LevinMedia that shows a few changes:
label for stripe tab is Credit/Debit Card
Credit card icons get moved to below save payment information checkbox.
Saved payment methods are moved outside of the PaymentMethod component and are a part of the payment step (saved payment methods are provided by checkout).
Payment Method component only gets displayed if there are no saved payment methods or "Use a new payment method" is selected.
The text was updated successfully, but these errors were encountered:
Issue-Label Bot is automatically applying the label type: feature request to this issue, with a confidence of 0.97. Please mark this comment with 👍 or 👎 to give our bot feedback!
Using the api introduced in #1349, this pull will create the
ExpressPaymentMethod
andPaymentMethod
integrations for Stripe. Some notes:Here's an updated mockup provided by @LevinMedia that shows a few changes:
Credit/Debit Card
The text was updated successfully, but these errors were encountered: