We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a783513 + 5660fa1 commit 657be04Copy full SHA for 657be04
src/Gateway/Responses/Constants/ErrorCode.php
@@ -33,6 +33,7 @@ class ErrorCode
33
const EEC_TERMINAL_GROUP_COUNTERS_EXCEEDED = 1013;
34
const EEC_TERMINAL_COUNTERS_EXCEEDED = 1014;
35
const EEC_HSM_TOKEN = 1015;
36
+ const EEC_HSM_DATA_EXPIRED = 1016;
37
38
const EEC_INPUT_VALIDATION_FAILED = 1100;
39
const EEC_FAILED_BUSINESS_RULES = 1101;
0 commit comments