Skip to content

Commit 657be04

Browse files
authored
Merge pull request #17 from TransactPRO/update-error-codes
Add crypto data expired error code
2 parents a783513 + 5660fa1 commit 657be04

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)