Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[2.4.4.1 ] Install::_convertGateways() doesn't handle old 'Stripe Payment Intents' gateways #236

Open
msbit opened this issue Apr 29, 2023 · 0 comments
Labels

Comments

@msbit
Copy link

msbit commented Apr 29, 2023

Description

Installing craftcms/commerce-stripe in a project that:

  • contains both legacy 'Stripe Charge' and 'Stripe Payment Intents' payment methods, and
  • has been upgraded to 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 convert craft\commerce\gateways\Stripe payment method/gateways, so it seems likely that this should also be the case for 'Stripe Payment Intents'.

Additional info

  • Craft CMS version: 3.8.8
  • Stripe for Craft Commerce version: 2.4.4.1
  • PHP version: 7.4.33
@msbit msbit added the bug label Apr 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant