mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
chore: name variables appropriately
This commit is contained in:
@ -73,6 +73,10 @@ pub enum UnifiedConnectorServiceError {
|
||||
#[error("Failed to perform Payment Authorize from gRPC Server")]
|
||||
PaymentAuthorizeFailure,
|
||||
|
||||
/// Failed to perform Payment Authenticate from gRPC Server
|
||||
#[error("Failed to perform Payment Pre Authenticate from gRPC Server")]
|
||||
PaymentPreAuthenticateFailure,
|
||||
|
||||
/// Failed to perform Payment Get from gRPC Server
|
||||
#[error("Failed to perform Payment Get from gRPC Server")]
|
||||
PaymentGetFailure,
|
||||
|
||||
Reference in New Issue
Block a user