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
In #10012 we explored the required work to implement WeChat Pay as a new payment method. This issue focuses on the required changes to enable/disable the Gateway for this new Payment Method via the WooPayments settings screen.
Acceptance criteria
WeChat Pay can be enabled/disabled for eligible Stripe accounts.
WeChat Pay is not visible for non-eligible Stripe accounts.
Designs
TBD.
Confirm the contents of the payment method description with product/design.
There are a few things that need to be changed, like the supported countries, or a custom get_countries implementation, so review each piece of code one by one.
The server fees and capabilities may be required in order to properly display the new Payment Method, mock them if necessary.
The text was updated successfully, but these errors were encountered:
Description
In #10012 we explored the required work to implement WeChat Pay as a new payment method. This issue focuses on the required changes to enable/disable the Gateway for this new Payment Method via the WooPayments settings screen.
Acceptance criteria
Designs
Testing instructions
Other countries:
Dev notes
get_countries
implementation, so review each piece of code one by one.The text was updated successfully, but these errors were encountered: