Skip to content

Commit

Permalink
Mark 'customerSessionClientSecret' as experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
tjclawson-stripe committed Oct 4, 2024
1 parent 3a3dbfd commit 47eb005
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/types/PaymentSheet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@ export type SetupParams =
})
| (SetupParamsBase & {
customerEphemeralKeySecret?: never;
/** The client secret of this Customer Session. Used on the client to set up secure access to the given customer. */
/** (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.
*/
customerSessionClientSecret: string;
})
| SetupParamsBase;
Expand Down

0 comments on commit 47eb005

Please sign in to comment.