You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This bug occurs when using the trial_period_days parameter, I did several tests with this parameter null or 0 and everything works as expected, however my application needs a testing period.
Bug report
firestore-stripe-payments
Describe the bug
When I'm adding
checkout_sessions
, it is threwing this error in thecreateCheckoutSession
functions:To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
Expected behavior
It should create the Checkout Session and add
ephemeralKeySecret
&paymentIntentClientSecret
in thecheckout_sessions
docScreenshots
If applicable, add screenshots to help explain your problem.
System information
Additional context
The error is throwing from here I believe :
stripe-firebase-extensions/firestore-stripe-payments/functions/src/index.ts
Line 318 in 6c5966d
Maybe
client_secret
is null here somehow..The text was updated successfully, but these errors were encountered: