chore: name variables appropriately

This commit is contained in:
hrithikesh026
2025-10-22 18:30:14 +05:30
parent c12ab06ac5
commit a99fb92d9f
2 changed files with 8 additions and 4 deletions

View File

@ -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,