woocommerce / woocommerce-gateway-stripe

The official Stripe Payment Gateway for WooCommerce
https://wordpress.org/plugins/woocommerce-gateway-stripe/
232 stars 203 forks source link

Reseting payment methods when changing Stripe keys #3193

Closed wjrosa closed 3 months ago

wjrosa commented 3 months ago

Fixes #2468

Changes proposed in this Pull Request:

When a merchant changes their Stripe keys to another account's keys, the new account may not support some of the previously enabled payment methods. This PR forces the reset of the entire payment method list when any key is updated (keeping only the default methods).

Testing instructions

Non-UPE

UPE


Post merge