Skip to content

Commit

Permalink
Add crypto data expired error code
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegGS authored Sep 26, 2024
1 parent a783513 commit 5660fa1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Gateway/Responses/Constants/ErrorCode.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ class ErrorCode
const EEC_TERMINAL_GROUP_COUNTERS_EXCEEDED = 1013;
const EEC_TERMINAL_COUNTERS_EXCEEDED = 1014;
const EEC_HSM_TOKEN = 1015;
const EEC_HSM_DATA_EXPIRED = 1016;

const EEC_INPUT_VALIDATION_FAILED = 1100;
const EEC_FAILED_BUSINESS_RULES = 1101;
Expand Down

0 comments on commit 5660fa1

Please sign in to comment.