add check payment method type
This commit is contained in:
parent
3b8df85241
commit
2d726ee3af
|
@ -7,4 +7,5 @@ export enum PaymentMethodType {
|
|||
WireTransfer = 5,
|
||||
AppleInApp = 6,
|
||||
GoogleInApp = 7,
|
||||
Check = 8,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue