1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-16 02:27:00 +02: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,
}