craftcms / commerce-stripe

Stripe payment gateway for Craft Commerce
https://plugins.craftcms.com/commerce-stripe
MIT License
31 stars 48 forks source link

[4.0] Payment method types are hardcoded #262

Closed okolvik-avento closed 1 year ago

okolvik-avento commented 1 year ago

https://github.com/craftcms/commerce-stripe/blob/1d0010b24cf89282f405057b82f60753becabfdc/src/controllers/CustomersController.php#L131

Payment methods for intents are hardcoded to bancontact, card and ideal. This should be configurable. I have no interest in using ideal or ban.

okolvik-avento commented 1 year ago

Found another issue