mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 01:57:45 +08:00 
			
		
		
		
	fix(connector): [Adyen] ErrorHandling in case of Balance Check for Gift Cards (#1976)
				
					
				
			This commit is contained in:
		| @ -27,6 +27,7 @@ pub const DEFAULT_FULFILLMENT_TIME: i64 = 15 * 60; | ||||
| pub(crate) const NO_ERROR_MESSAGE: &str = "No error message"; | ||||
| pub(crate) const NO_ERROR_CODE: &str = "No error code"; | ||||
| pub(crate) const UNSUPPORTED_ERROR_MESSAGE: &str = "Unsupported response type"; | ||||
| pub(crate) const LOW_BALANCE_ERROR_MESSAGE: &str = "Insufficient balance in the payment method"; | ||||
| pub(crate) const CONNECTOR_UNAUTHORIZED_ERROR: &str = "Authentication Error from the connector"; | ||||
| pub(crate) const CANNOT_CONTINUE_AUTH: &str = | ||||
|     "Cannot continue with Authorization due to failed Liability Shift."; | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Sakil Mostak
					Sakil Mostak