Skip to content

Commit

Permalink
Update ApplePayPaymentAuthorizedEvent type to match actual object shape
Browse files Browse the repository at this point in the history
  • Loading branch information
shin- committed Jan 11, 2024
1 parent 4c6d84f commit e5ba2ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/lib/apple-pay/native.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@ export type ApplePayPayment = {
* The shipping contact selected by the user for this transaction.
*/
shippingContact: ApplePayPaymentContact;
recurlyToken: TokenPayload;
};

/**
Expand All @@ -374,5 +375,4 @@ export type ApplePayPaymentAuthorizedEvent = {
payment: ApplePayPayment;

gatewayToken?: string;
recurlyToken: TokenPayload;
};

0 comments on commit e5ba2ae

Please sign in to comment.