mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
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:
@ -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(
|
||||
|
||||
Reference in New Issue
Block a user