added new payment method enums
This commit is contained in:
parent
ec012c9934
commit
00b248155a
|
@ -5,4 +5,6 @@ export enum PaymentMethodType {
|
|||
BitPay = 3,
|
||||
Credit = 4,
|
||||
WireTransfer = 5,
|
||||
AppleInApp = 6,
|
||||
GoogleInApp = 7,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue