Skip to content

Commit 5660fa1

Browse files
authored
Add crypto data expired error code
1 parent a783513 commit 5660fa1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Gateway/Responses/Constants/ErrorCode.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ class ErrorCode
3333
const EEC_TERMINAL_GROUP_COUNTERS_EXCEEDED = 1013;
3434
const EEC_TERMINAL_COUNTERS_EXCEEDED = 1014;
3535
const EEC_HSM_TOKEN = 1015;
36+
const EEC_HSM_DATA_EXPIRED = 1016;
3637

3738
const EEC_INPUT_VALIDATION_FAILED = 1100;
3839
const EEC_FAILED_BUSINESS_RULES = 1101;

0 commit comments

Comments
 (0)