Skip to content

Commit ddc992e

Browse files
committed
Add supportedReaders to isSupportedCountry
1 parent 5af65e9 commit ddc992e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Yosemite/Yosemite/Model/Payments/CardPresentPaymentsConfiguration.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ public struct CardPresentPaymentsConfiguration {
4242
}
4343

4444
public var isSupportedCountry: Bool {
45-
paymentMethods.isEmpty == false && currencies.isEmpty == false && paymentGateways.isEmpty == false
45+
paymentMethods.isEmpty == false && currencies.isEmpty == false && paymentGateways.isEmpty == false && supportedReaders.isEmpty == false
4646
}
4747
}

0 commit comments

Comments
 (0)