Skip to content

Commit

Permalink
INTER 4349 ppcp google pay library interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
bCWarkent committed Aug 7, 2024
1 parent 5c9d97e commit 2a6419e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/types/apiInterfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,7 @@ export interface IExpressPayPaypalCommercePlatform {
is_test: boolean;
public_id: string;
apple_pay_enabled: boolean;
google_pay_enabled: boolean;
partner_id: string;
merchant_id: string;
fastlane_styles: Record<string, unknown>
Expand All @@ -484,6 +485,7 @@ export interface IExpressPayPaypalCommercePlatformButton {
'is_3ds_enabled': boolean,
'style': Record<string, unknown>,
'apple_pay_enabled': boolean,
'google_pay_enabled': boolean;
'type': string,
'merchant_country': string,
'payment_types': Record<string, unknown>,
Expand Down

0 comments on commit 2a6419e

Please sign in to comment.