mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-11-04 05:59:48 +08:00 
			
		
		
		
	feat(connector): [Gigadat] Implement interac payouts (#9566)
This commit is contained in:
		@ -48,6 +48,7 @@ pub enum PayoutConnectors {
 | 
			
		||||
    Adyenplatform,
 | 
			
		||||
    Cybersource,
 | 
			
		||||
    Ebanx,
 | 
			
		||||
    Gigadat,
 | 
			
		||||
    Nomupay,
 | 
			
		||||
    Nuvei,
 | 
			
		||||
    Payone,
 | 
			
		||||
@ -75,6 +76,7 @@ impl From<PayoutConnectors> for RoutableConnectors {
 | 
			
		||||
            PayoutConnectors::Adyenplatform => Self::Adyenplatform,
 | 
			
		||||
            PayoutConnectors::Cybersource => Self::Cybersource,
 | 
			
		||||
            PayoutConnectors::Ebanx => Self::Ebanx,
 | 
			
		||||
            PayoutConnectors::Gigadat => Self::Gigadat,
 | 
			
		||||
            PayoutConnectors::Nomupay => Self::Nomupay,
 | 
			
		||||
            PayoutConnectors::Nuvei => Self::Nuvei,
 | 
			
		||||
            PayoutConnectors::Payone => Self::Payone,
 | 
			
		||||
@ -93,6 +95,7 @@ impl From<PayoutConnectors> for Connector {
 | 
			
		||||
            PayoutConnectors::Adyenplatform => Self::Adyenplatform,
 | 
			
		||||
            PayoutConnectors::Cybersource => Self::Cybersource,
 | 
			
		||||
            PayoutConnectors::Ebanx => Self::Ebanx,
 | 
			
		||||
            PayoutConnectors::Gigadat => Self::Gigadat,
 | 
			
		||||
            PayoutConnectors::Nomupay => Self::Nomupay,
 | 
			
		||||
            PayoutConnectors::Nuvei => Self::Nuvei,
 | 
			
		||||
            PayoutConnectors::Payone => Self::Payone,
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user