pronamic / wp-pronamic-pay-mollie

Mollie driver for the WordPress payment processing library.
http://www.wp-pay.org/gateways/mollie/
6 stars 1 forks source link

Prevent 'Payment method for subscription changed from "Credit Card" to "Card"' notes #45

Closed remcotolsma closed 6 months ago

remcotolsma commented 6 months ago

https://github.com/pronamic/wp-pronamic-pay-mollie/blob/c60ee6ecd4ddb27381e1a8c4c8481fe005725054/src/Gateway.php#L1625-L1640

This undesirable effect arose after the introduction of a general 'card' method in 9fe0f64d1e725977c5ce83c9d19bf25479737b95 and 9fe0f64d1e725977c5ce83c9d19bf25479737b95.

https://github.com/pronamic/wp-pronamic-pay-mollie/blob/c60ee6ecd4ddb27381e1a8c4c8481fe005725054/src/MethodTransformer.php#L96-L111