[2.4.4.1 ] Install::_convertGateways()
doesn't handle old 'Stripe Payment Intents' gateways
#236
Labels
Install::_convertGateways()
doesn't handle old 'Stripe Payment Intents' gateways
#236
Description
Installing
craftcms/commerce-stripe
in a project that:craftcms/commerce
3.4.20.1 from 1.2.1369 (stopping off at 2.2.27 for a quick bite to eat)will convert only the 'Stripe Charge' payment methods over to the appropriate configuration, leaving the 'Stripe Payment Intents' ones listed as having type
craft\commerce\gateways\Stripe_PaymentIntents
.Install::_convertGateways()
has code to explicitly find and convertcraft\commerce\gateways\Stripe
payment method/gateways, so it seems likely that this should also be the case for 'Stripe Payment Intents'.Additional info
The text was updated successfully, but these errors were encountered: