Skip to content

Commit

Permalink
Update StripeElementsUpdateOptions with customerSessionClientSecret (#…
Browse files Browse the repository at this point in the history
…653)

* add customerSessionClientSecret to StripeElementsUpdateOptions

* remove unwanted change

* add back networks

* prettier
  • Loading branch information
maxwelly-stripe authored Sep 30, 2024
1 parent 24930b2 commit 94fe8b9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions types/stripe-js/elements-group.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -900,6 +900,11 @@ export interface StripeElementsUpdateOptions {
* @docs https://stripe.com/docs/js/elements_object/create_without_intent#stripe_elements_no_intent-options-onBehalfOf
*/
on_behalf_of?: string;

/**
* Display saved PaymentMethods and Customer information.
*/
customerSessionClientSecret?: string;
}

/*
Expand Down

0 comments on commit 94fe8b9

Please sign in to comment.