mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 01:57:45 +08:00 
			
		
		
		
	feat(connector): [Iatapay] add upi qr support (#4728)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: SamraatBansal <55536657+SamraatBansal@users.noreply.github.com>
This commit is contained in:
		| @ -1430,6 +1430,7 @@ pub enum PaymentMethodType { | ||||
|     Trustly, | ||||
|     Twint, | ||||
|     UpiCollect, | ||||
|     UpiIntent, | ||||
|     Vipps, | ||||
|     Venmo, | ||||
|     Walley, | ||||
|  | ||||
| @ -1854,6 +1854,7 @@ impl From<PaymentMethodType> for PaymentMethod { | ||||
|             PaymentMethodType::Trustly => Self::BankRedirect, | ||||
|             PaymentMethodType::Twint => Self::Wallet, | ||||
|             PaymentMethodType::UpiCollect => Self::Upi, | ||||
|             PaymentMethodType::UpiIntent => Self::Upi, | ||||
|             PaymentMethodType::Vipps => Self::Wallet, | ||||
|             PaymentMethodType::Venmo => Self::Wallet, | ||||
|             PaymentMethodType::Walley => Self::PayLater, | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 AkshayaFoiger
					AkshayaFoiger