Skip to content

Commit

Permalink
feat: add customer session client secret to payment sheet
Browse files Browse the repository at this point in the history
  • Loading branch information
Remon committed Nov 17, 2024
1 parent 4e845d3 commit eb3fbdc
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ class SetupPaymentSheetParameters with _$SetupPaymentSheetParameters {
///A temp key can be used for API operations that require a secret key.
String? customerEphemeralKeySecret,

/// (Experimental) This parameter can be changed or removed at any time (use at your own risk).
/// The client secret of this Customer Session. Used on the client to set up secure access to the given customer.
String? customerSessionClientSecret,

/// Secret used for client-side retrieval using a publishable key.
///
/// If this value is null make sure to add a [setupIntentClientSecret]
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit eb3fbdc

Please sign in to comment.