added new payment method enums

This commit is contained in:
Kyle Spearrin 2019-09-18 20:23:06 -04:00
parent ec012c9934
commit 00b248155a
1 changed files with 2 additions and 0 deletions

View File

@ -5,4 +5,6 @@ export enum PaymentMethodType {
BitPay = 3, BitPay = 3,
Credit = 4, Credit = 4,
WireTransfer = 5, WireTransfer = 5,
AppleInApp = 6,
GoogleInApp = 7,
} }