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 a2b88fa commit 6fa9bbdCopy full SHA for 6fa9bbd
paymentsheet/src/main/java/com/stripe/android/paymentsheet/model/PaymentOptionFactory.kt
@@ -34,6 +34,7 @@ internal val PaymentSelection.shippingDetails: AddressDetails?
34
is PaymentSelection.New.GenericPaymentMethod,
35
is PaymentSelection.New.LinkInline,
36
is PaymentSelection.New.USBankAccount,
37
+ is PaymentSelection.ShopPay,
38
is PaymentSelection.Saved -> {
39
null
40
}
0 commit comments