feat(payment_method): [upi] add new payment method and use in iatapay (#1528)

Co-authored-by: arvindpatel24 <arvind.patel@juspay.in>
This commit is contained in:
Arvind Patel
2023-06-30 19:54:35 +05:30
committed by GitHub
parent 88860b9c0b
commit 2d11bf5b3a
10 changed files with 309 additions and 210 deletions

View File

@ -447,6 +447,7 @@ pub enum PaymentMethodType {
Sofort,
Swish,
Trustly,
UpiCollect,
Walley,
WeChatPay,
}
@ -478,6 +479,7 @@ pub enum PaymentMethod {
Crypto,
BankDebit,
Reward,
Upi,
}
#[derive(