Currently we show users from the EU "SEPA" as a payment method on the generic checkout. There are 2 issues here, 1) we have not implemented SEPA as a payment method, so selecting the payment method does nothing, and 2) SEPA is currently turned off on the non-generic checkout, so it shouldn't be listed as a valid payment method. The quickest change to resolve the issue we have right now is to comment out SEPA. Next steps would be:
1) Check payment method switch is ON when adding them to validPaymentMethods
2) Check whether we intend to reintroduce SEPA, and if so reimplement on the generic checkout.
All deployment options
- [Deploy build 11043 of `support::stripe-patrons-data` to CODE](https://riffraff.gutools.co.uk/deployment/deployAgain?project=support%3A%3Astripe-patrons-data&build=11043&stage=CODE&updateStrategy=MostlyHarmless&action=deploy)
- [Deploy parts of build 11043 to CODE by previewing it first](https://riffraff.gutools.co.uk/preview/yaml?project=support%3A%3Astripe-patrons-data&build=11043&stage=CODE&updateStrategy=MostlyHarmless)
- [What's on CODE right now?](https://riffraff.gutools.co.uk/deployment/history?projectName=support%3A%3Astripe-patrons-data&stage=CODE)
All deployment options
- [Deploy build 20307 of `support:support-workers-mono` to CODE](https://riffraff.gutools.co.uk/deployment/deployAgain?project=support%3Asupport-workers-mono&build=20307&stage=CODE&updateStrategy=MostlyHarmless&action=deploy)
- [Deploy parts of build 20307 to CODE by previewing it first](https://riffraff.gutools.co.uk/preview/yaml?project=support%3Asupport-workers-mono&build=20307&stage=CODE&updateStrategy=MostlyHarmless)
- [What's on CODE right now?](https://riffraff.gutools.co.uk/deployment/history?projectName=support%3Asupport-workers-mono&stage=CODE)
What are you doing in this PR?
Currently we show users from the EU "SEPA" as a payment method on the generic checkout. There are 2 issues here, 1) we have not implemented SEPA as a payment method, so selecting the payment method does nothing, and 2) SEPA is currently turned off on the non-generic checkout, so it shouldn't be listed as a valid payment method. The quickest change to resolve the issue we have right now is to comment out SEPA. Next steps would be:
1) Check payment method switch is ON when adding them to
validPaymentMethods
2) Check whether we intend to reintroduce SEPA, and if so reimplement on the generic checkout.