alexmorrisnz / moodle-paygw_stripe

https://moodle.org/plugins/paygw_stripe
10 stars 12 forks source link

Alipay and Wechat Pay are not working #31

Closed taowang1993 closed 2 months ago

taowang1993 commented 3 months ago

When Alipay and Wechat pay are activated, I see the following errors:

Missing required param: payment_method_options[alipay][currency].

The payment method wechat_pay cannot be used in setup mode.

alexmorrisnz commented 2 months ago

This sounds like you are trying to use those payment methods in a subscription, this should be resolved by PR #34 where it's changed to no longer use setup mode. If you still have problems after those changes are merged it's likely you need Stripe to enable Alipay and Wechat Pay subscription support on your account, as these features are not enabled by default for all accounts.

alexmorrisnz commented 2 months ago

v1.26 has been released, please retest.