File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
firestore-stripe-web-sdk/etc Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ export interface Payment {
134
134
export type PaymentMethodType = " card" | " acss_debit" | " afterpay_clearpay" | " alipay" | " bacs_debit" | " bancontact" | " boleto" | " eps" | " fpx" | " giropay" | " grabpay" | " ideal" | " klarna" | " oxxo" | " p24" | " sepa_debit" | " sofort" | " wechat_pay" ;
135
135
136
136
// @public
137
- export type PaymentState = ' requires_payment_method' | ' requires_confirmation' | ' requires_action' | ' processing' | ' requires_capture' | ' cancelled' | ' succeeded' ;
137
+ export type PaymentState = " requires_payment_method" | " requires_confirmation" | " requires_action" | " processing" | " requires_capture" | " cancelled" | " succeeded" ;
138
138
139
139
// @public
140
140
export interface Price {
You can’t perform that action at this time.
0 commit comments