Skip to content

Commit 6fa9bbd

Browse files
committed
Update PaymentOptionFactory.kt
1 parent a2b88fa commit 6fa9bbd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

paymentsheet/src/main/java/com/stripe/android/paymentsheet/model/PaymentOptionFactory.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ internal val PaymentSelection.shippingDetails: AddressDetails?
3434
is PaymentSelection.New.GenericPaymentMethod,
3535
is PaymentSelection.New.LinkInline,
3636
is PaymentSelection.New.USBankAccount,
37+
is PaymentSelection.ShopPay,
3738
is PaymentSelection.Saved -> {
3839
null
3940
}

0 commit comments

Comments
 (0)