Skip to content
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

Open
wants to merge 3 commits into
base: release/express-checkout-beta
Choose a base branch
from

Conversation

borisprimer
Copy link
Contributor

@borisprimer borisprimer commented Nov 19, 2024

No description provided.

@borisprimer borisprimer self-assigned this Nov 19, 2024
@borisprimer borisprimer requested a review from a team as a code owner November 19, 2024 19:44
Copy link

Appetize Android link: https://appetize.io/app/xkegdmbnbathbdhebigak3ugey

Copy link

github-actions bot commented Nov 20, 2024

Appetize iOS link: https://appetize.io/app/dj4y5chkjws4ulyva3latdpydq

requireShippingMethod: boolean;
}
type AdditionalShippingContactField = 'name' | 'emailAddress' | 'phoneNumber';
interface IBillingOptions {
isCaptureBillingAddressEnabled: boolean;
Copy link
Contributor

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

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

exactly... stupid mistake. fixed.

@borisprimer borisprimer changed the title Implement BillingOptions for ApplePay feat: Implement BillingOptions for ApplePay Nov 21, 2024
@borisprimer borisprimer force-pushed the bn/express-checkout-with-billing-options branch from a4781f3 to c3b680b Compare November 21, 2024 10:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants