We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5af65e9 commit ddc992eCopy full SHA for ddc992e
Yosemite/Yosemite/Model/Payments/CardPresentPaymentsConfiguration.swift
@@ -42,6 +42,6 @@ public struct CardPresentPaymentsConfiguration {
42
}
43
44
public var isSupportedCountry: Bool {
45
- paymentMethods.isEmpty == false && currencies.isEmpty == false && paymentGateways.isEmpty == false
+ paymentMethods.isEmpty == false && currencies.isEmpty == false && paymentGateways.isEmpty == false && supportedReaders.isEmpty == false
46
47
0 commit comments