You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Shipping view controller has a button "Use billing" that will copy the billing address of a card, to avoid the user needing to enter that information twice when e.g. going through the flow of using the STPPaymentContext to complete a payment. For example, with
Summary
The Shipping view controller has a button "Use billing" that will copy the billing address of a card, to avoid the user needing to enter that information twice when e.g. going through the flow of using the STPPaymentContext to complete a payment. For example, with
However, it looks like this only works if using Card objects, and not Source(or PaymentMethods):
stripe-ios/Stripe/STPShippingAddressViewController.m
Lines 51 to 56 in 1c5505f
If you're not using Cards, then the option won't appear, which makes it less convenient for customers to check out.
Code to reproduce
and integrate the STPPaymentContext.
iOS version
11.4
Installation method
Carthage
SDK version
15.0.1
Other information
The text was updated successfully, but these errors were encountered: