craftcms / commerce-stripe

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

[4.0] Payment method types are hardcoded #262

Closed okolvik-avento closed 10 months ago

okolvik-avento commented 10 months 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 10 months ago

Found another issue