Skip to content

Commit

Permalink
Updates recurly-js types
Browse files Browse the repository at this point in the history
  • Loading branch information
recurly-integrations authored Sep 7, 2023
1 parent b34df8d commit 84f9faf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions types/recurly__recurly-js/lib/google-pay/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,13 @@ export type GooglePayOptions = {
[key: string]: any
};

/**
* If set to true, then the Google Pay button will not be rendered and an error will be emitted if the user
* is not eligible to pay with Google Pay.
* See https://developers.google.com/pay/api/web/reference/request-objects#IsReadyToPayRequest for more information.
*/
existingPaymentMethodRequired?: boolean;

/**
* Requires the user to accept providing the full billing address.
* @deprecated use billingAddressRequired
Expand Down

0 comments on commit 84f9faf

Please sign in to comment.