Skip to content

Commit

Permalink
[fix]
Browse files Browse the repository at this point in the history
Alsharie committed Mar 17, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 8a7dfa2 commit 2035531
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Responses/Error/CashPayErrorCode.php
Original file line number Diff line number Diff line change
@@ -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"

);
}

0 comments on commit 2035531

Please sign in to comment.