mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-30 23:30:06 +00:00
Adding StripeOption "betas" which allows use of Stripe's Checkout Beta
Stripe has made a new checkout api that can be used if you include betas: ['checkout_beta_4'] in StripeOptions. https://stripe.com/docs/payments/checkout
This commit is contained in:
1
types/stripe-v3/index.d.ts
vendored
1
types/stripe-v3/index.d.ts
vendored
@@ -31,6 +31,7 @@ declare namespace stripe {
|
||||
|
||||
interface StripeOptions {
|
||||
stripeAccount?: string;
|
||||
betas?: string[];
|
||||
}
|
||||
|
||||
interface TokenOptions {
|
||||
|
||||
Reference in New Issue
Block a user