feat: ACH transfers (#905)

This commit is contained in:
Sangamesh Kulkarni
2023-05-19 15:14:29 +05:30
committed by GitHub
parent 39405bb478
commit 23bca66b81
39 changed files with 1247 additions and 66 deletions

View File

@ -468,6 +468,7 @@ pub enum PaymentMethod {
PayLater,
Wallet,
BankRedirect,
BankTransfer,
Crypto,
BankDebit,
}