mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-11-04 05:59:48 +08:00 
			
		
		
		
	feat(connector): [Recurly] add invoice sync support along with transaction monitoring (#7867)
Co-authored-by: Nishanth Challa <nishanth.challa@Nishanth-Challa-C0WGKCFHLF.local> Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: chikke srujan <121822803+srujanchikke@users.noreply.github.com>
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							af5e56ef9d
						
					
				
				
					commit
					bcc57ebb2d
				
			@ -20,6 +20,7 @@ use hyperswitch_domain_models::{
 | 
			
		||||
 | 
			
		||||
use crate::connector_integration_v2::ConnectorIntegrationV2;
 | 
			
		||||
 | 
			
		||||
#[cfg(all(feature = "v2", feature = "revenue_recovery"))]
 | 
			
		||||
/// trait RevenueRecoveryV2
 | 
			
		||||
pub trait RevenueRecoveryV2:
 | 
			
		||||
    BillingConnectorPaymentsSyncIntegrationV2
 | 
			
		||||
@ -28,6 +29,10 @@ pub trait RevenueRecoveryV2:
 | 
			
		||||
{
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#[cfg(not(all(feature = "v2", feature = "revenue_recovery")))]
 | 
			
		||||
/// trait RevenueRecoveryV2
 | 
			
		||||
pub trait RevenueRecoveryV2 {}
 | 
			
		||||
 | 
			
		||||
/// trait BillingConnectorPaymentsSyncIntegrationV2
 | 
			
		||||
pub trait BillingConnectorPaymentsSyncIntegrationV2:
 | 
			
		||||
    ConnectorIntegrationV2<
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user