credit payment method type

This commit is contained in:
Kyle Spearrin 2019-02-20 20:15:37 -05:00
parent 36e65f08ca
commit 2b931963cd
1 changed files with 1 additions and 0 deletions

View File

@ -3,4 +3,5 @@ export enum PaymentMethodType {
BankAccount = 1, BankAccount = 1,
PayPal = 2, PayPal = 2,
BitPay = 3, BitPay = 3,
Credit = 4,
} }