mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 18:17:13 +08:00 
			
		
		
		
	revert: feat(connector): [Adyen] Add pix support for adyen (#1795)
This commit is contained in:
		 Sangamesh Kulkarni
					Sangamesh Kulkarni
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							9cfdce0abe
						
					
				
				
					commit
					38f14b9f39
				
			| @ -813,7 +813,6 @@ pub enum PaymentMethodType { | ||||
|     OnlineBankingSlovakia, | ||||
|     PayBright, | ||||
|     Paypal, | ||||
|     Pix, | ||||
|     Przelewy24, | ||||
|     SamsungPay, | ||||
|     Sepa, | ||||
|  | ||||
| @ -1572,7 +1572,6 @@ impl From<PaymentMethodType> for PaymentMethod { | ||||
|             PaymentMethodType::OnlineBankingThailand => Self::BankRedirect, | ||||
|             PaymentMethodType::OnlineBankingPoland => Self::BankRedirect, | ||||
|             PaymentMethodType::OnlineBankingSlovakia => Self::BankRedirect, | ||||
|             PaymentMethodType::Pix => Self::BankTransfer, | ||||
|             PaymentMethodType::PayBright => Self::PayLater, | ||||
|             PaymentMethodType::Paypal => Self::Wallet, | ||||
|             PaymentMethodType::Przelewy24 => Self::BankRedirect, | ||||
|  | ||||
		Reference in New Issue
	
	Block a user