mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-11-04 05:59:48 +08:00 
			
		
		
		
	feat(refunds_v2): Add refund update core flow in v2 apis (#7724)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
		@ -148,6 +148,7 @@ Never share your secret api keys. Keep them guarded and secure.
 | 
			
		||||
 | 
			
		||||
        //Routes for refunds
 | 
			
		||||
        routes::refunds::refunds_create,
 | 
			
		||||
        routes::refunds::refunds_metadata_update,
 | 
			
		||||
        routes::refunds::refunds_retrieve,
 | 
			
		||||
        routes::refunds::refunds_list,
 | 
			
		||||
 | 
			
		||||
@ -193,7 +194,7 @@ Never share your secret api keys. Keep them guarded and secure.
 | 
			
		||||
        api_models::refunds::RefundType,
 | 
			
		||||
        api_models::refunds::RefundResponse,
 | 
			
		||||
        api_models::refunds::RefundStatus,
 | 
			
		||||
        api_models::refunds::RefundUpdateRequest,
 | 
			
		||||
        api_models::refunds::RefundMetadataUpdateRequest,
 | 
			
		||||
        api_models::organization::OrganizationCreateRequest,
 | 
			
		||||
        api_models::organization::OrganizationUpdateRequest,
 | 
			
		||||
        api_models::organization::OrganizationResponse,
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user