mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 10:06:32 +08:00 
			
		
		
		
	feat(router): add gateway_status_map CRUD APIs (#2809)
				
					
				
			This commit is contained in:
		 Sai Harsha Vardhan
					Sai Harsha Vardhan
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							8b151898dc
						
					
				
				
					commit
					5c9e235bd3
				
			| @ -23,6 +23,7 @@ pub enum ApiIdentifier { | ||||
|     ApiKeys, | ||||
|     PaymentLink, | ||||
|     Routing, | ||||
|     Gsm, | ||||
| } | ||||
|  | ||||
| impl From<Flow> for ApiIdentifier { | ||||
| @ -129,6 +130,10 @@ impl From<Flow> for ApiIdentifier { | ||||
|             Flow::Verification => Self::Verification, | ||||
|  | ||||
|             Flow::PaymentLinkInitiate | Flow::PaymentLinkRetrieve => Self::PaymentLink, | ||||
|             Flow::GsmRuleCreate | ||||
|             | Flow::GsmRuleRetrieve | ||||
|             | Flow::GsmRuleUpdate | ||||
|             | Flow::GsmRuleDelete => Self::Gsm, | ||||
|         } | ||||
|     } | ||||
| } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user