1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

add check payment method type

This commit is contained in:
Kyle Spearrin
2020-02-07 16:48:31 -05:00
parent 3b8df85241
commit 2d726ee3af

View File

@@ -7,4 +7,5 @@ export enum PaymentMethodType {
WireTransfer = 5,
AppleInApp = 6,
GoogleInApp = 7,
Check = 8,
}