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
Every credit card transaction need a customer id and payment method id. we currently saved in user table as cardAccountId and cars array save payment method id.
Every credit card transaction need a customer id and payment method id. we currently saved in user table as cardAccountId and cars array save payment method id.
https://stripe.com/docs/payments/save-card-without-authentication
https://github.com/zlkca/duocun/blob/master/server/models/client-payment.ts
line 244 async trySaveStripeCard(accountId: string, paymentMethodId: string)
The text was updated successfully, but these errors were encountered: