-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Implement BillingOptions for ApplePay #252
base: release/express-checkout-beta
Are you sure you want to change the base?
feat: Implement BillingOptions for ApplePay #252
Conversation
Appetize Android link: https://appetize.io/app/xkegdmbnbathbdhebigak3ugey |
Appetize iOS link: https://appetize.io/app/dj4y5chkjws4ulyva3latdpydq |
requireShippingMethod: boolean; | ||
} | ||
type AdditionalShippingContactField = 'name' | 'emailAddress' | 'phoneNumber'; | ||
interface IBillingOptions { | ||
isCaptureBillingAddressEnabled: boolean; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[nit]: I think this should be on the level for apple pay options
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
exactly... stupid mistake. fixed.
a4781f3
to
c3b680b
Compare
No description provided.