PaymentState
PaymentState
These are the default states of the payment process.
Signature
type PaymentState = | 'Created'
| 'Error'
| 'Cancelled'
| keyof CustomPaymentStates
| keyof PaymentStates
🚨 Announcing Announcing Vendure v2
These are the default states of the payment process.
type PaymentState = | 'Created'
| 'Error'
| 'Cancelled'
| keyof CustomPaymentStates
| keyof PaymentStates