-
Notifications
You must be signed in to change notification settings - Fork 210
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
Amazon Pay ECE: add payment method class #4015
base: develop
Are you sure you want to change the base?
Conversation
c710dc2
to
54677c0
Compare
23057d3
to
ffb17cd
Compare
ffb17cd
to
82bc8c6
Compare
82bc8c6
to
fcf70df
Compare
6428bcc
to
a8bccba
Compare
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.
@annemirasol, have you seen this error before? I can't checkout with Amazon Pay.
@hsingyuc I talked to Stripe support on Discord yesterday, because Amazon Pay was missing despite being enabled, and they told me they were having issues with Amazon Pay not working properly yesterday, so they took it down temporarily. This might be one of the issues. Anyway, I checked just now and everything seems to be working fine! |
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.
@annemirasol, good work!
✅ No console error
✅ Smoke tests are as expected
Part of #3859
Changes proposed in this Pull Request:
As part of supporting subscriptions and payment tokens for Amazon Pay, this PR introduces Amazon Pay's own payment method class, i.e.
WC_Stripe_UPE_Payment_Method_Amazon_Pay
.Succeeding PRs will:
amazon_pay
(instead ofstripe
) as the payment methodTesting instructions
The new payment method will be used in succeeding PRs. This PR should not introduce any changes in behavior.
Changelog entry
Changelog Entry Comment
Comment
Post merge