diff --git a/src/types/apiInterfaces.ts b/src/types/apiInterfaces.ts index c02f7e7..0d90df2 100644 --- a/src/types/apiInterfaces.ts +++ b/src/types/apiInterfaces.ts @@ -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 @@ -484,6 +485,7 @@ export interface IExpressPayPaypalCommercePlatformButton { 'is_3ds_enabled': boolean, 'style': Record, 'apple_pay_enabled': boolean, + 'google_pay_enabled': boolean; 'type': string, 'merchant_country': string, 'payment_types': Record,