From 20355310cf43ee775a80984ad969ce1b05d1e5e9 Mon Sep 17 00:00:00 2001 From: Alsharie Date: Sun, 17 Mar 2024 10:32:30 +0300 Subject: [PATCH] [fix] --- src/Responses/Error/CashPayErrorCode.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Responses/Error/CashPayErrorCode.php b/src/Responses/Error/CashPayErrorCode.php index 47473d4..1e3495d 100644 --- a/src/Responses/Error/CashPayErrorCode.php +++ b/src/Responses/Error/CashPayErrorCode.php @@ -28,7 +28,8 @@ class CashPayErrorCode "6020" => "The currencyId not allowed.", "6021" => "Exceeding the allowed limit for the payment process", "6022" => "Expired password, you should change password", - "6023" => "Invalid credentials(username/password) for requester 9999 Some other error" + "6023" => "Invalid credentials(username/password) for requester 9999 Some other error", + "9999" => "Some other error" ); } \ No newline at end of file