mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 01:57:45 +08:00 
			
		
		
		
	feat(permissions): Permsision Info Ordering Change (#3594)
This commit is contained in:
		 Pritish Budhiraja
					Pritish Budhiraja
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							3a869a2d57
						
					
				
				
					commit
					96f82cb212
				
			| @ -159,8 +159,8 @@ impl ModuleInfo { | ||||
|                 module: module_name, | ||||
|                 description, | ||||
|                 permissions: PermissionInfo::new(&[ | ||||
|                     Permission::ThreeDsDecisionManagerWrite, | ||||
|                     Permission::ThreeDsDecisionManagerRead, | ||||
|                     Permission::ThreeDsDecisionManagerWrite, | ||||
|                 ]), | ||||
|             }, | ||||
|  | ||||
| @ -168,8 +168,8 @@ impl ModuleInfo { | ||||
|                 module: module_name, | ||||
|                 description, | ||||
|                 permissions: PermissionInfo::new(&[ | ||||
|                     Permission::SurchargeDecisionManagerWrite, | ||||
|                     Permission::SurchargeDecisionManagerRead, | ||||
|                     Permission::SurchargeDecisionManagerWrite, | ||||
|                 ]), | ||||
|             }, | ||||
|             PermissionModule::AccountCreate => Self { | ||||
|  | ||||
		Reference in New Issue
	
	Block a user