Actions
Feature proposal #6831
closedStripe: implement currency restrictions for payment methods
Description
Some payment methods for example are only available in EUR, but if the basket is USD it still shows. You'd have to make duplicate stripe gateways to really accommodate this, but it'd be better for the gateway to simply hide incompatible buttons.
Updated by beat over 6 years ago
- Target version changed from CbSubs 4.2.0 to CbSubs 4.5.0
Updated by krileon over 5 years ago
- Project changed from 2 to CB Paid Subscriptions
- Target version changed from CbSubs 4.5.0 to 4.3.1
Updated by krileon over 5 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Implemented in MR !151
Payment methods will now correctly be suppressed if the selected currency is not supported by the payment method.
Actions