1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 00:03:56 +00:00

added new payment method enums

This commit is contained in:
Kyle Spearrin
2019-09-18 20:23:06 -04:00
parent ec012c9934
commit 00b248155a

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,
} }