credit payment method type
This commit is contained in:
parent
36e65f08ca
commit
2b931963cd
|
@ -3,4 +3,5 @@ export enum PaymentMethodType {
|
||||||
BankAccount = 1,
|
BankAccount = 1,
|
||||||
PayPal = 2,
|
PayPal = 2,
|
||||||
BitPay = 3,
|
BitPay = 3,
|
||||||
|
Credit = 4,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue