File tree 3 files changed +11
-4
lines changed 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change
1
+ src /RunChecksum.php
Original file line number Diff line number Diff line change 10
10
11
11
class GatewayChecksum
12
12
{
13
+ private const VERSION = "P8.14 " ;
13
14
public static $ checksum = "" ;
14
- public static $ baseChecksum = "89378da3b0687fd78719a912c39aab92 " ;
15
- public static $ versionNo = " P8.13 " ;
15
+ public static $ baseChecksum = "40fbe28e2fb89bed66cc0e5eddc1499a " ;
16
+ public static $ versionNo = GatewayChecksum:: VERSION ;
16
17
17
18
//////////////////////////////////////////////////////////////////////
18
19
//
@@ -30,7 +31,7 @@ static function SetVersion()
30
31
md5_file ($ dirName . "/GatewayCodes.php " );
31
32
GatewayChecksum::$ checksum = md5 ($ baseString );
32
33
if (GatewayChecksum::$ checksum != GatewayChecksum::$ baseChecksum ) {
33
- GatewayChecksum::$ versionNo = " P8.13m " ;
34
+ GatewayChecksum::$ versionNo = GatewayChecksum:: VERSION . " m " ;
34
35
}
35
36
}
36
37
}
Original file line number Diff line number Diff line change @@ -123,7 +123,12 @@ class GatewayCodes {
123
123
const REASON_3DSECURE_INITIATION = 225 ;
124
124
const REASON_3DSECURE_FRICTIONLESS_FAILED_AUTH = 227 ;
125
125
const REASON_3DSECURE_SCA_REQUIRED = 228 ;
126
-
126
+ const REASON_3DSECURE_CARDHOLDER_CANCEL = 229 ;
127
+ const REASON_3DSECURE_ACS_TIMEOUT = 230 ;
128
+ const REASON_3DSECURE_INVALID_CARD = 231 ;
129
+ const REASON_3DSECURE_INVALID_TRANSACTION = 232 ;
130
+ const REASON_3DSECURE_ACS_TECHNICAL_ISSUE = 233 ;
131
+ const REASON_3DSECURE_EXCEEDS_MAX_CHALLENGES = 234 ;
127
132
const REASON_DNS_FAILURE = 300 ;
128
133
const REASON_UNABLE_TO_CONNECT = 301 ;
129
134
const REASON_REQUEST_XMIT_ERROR = 302 ;
You can’t perform that action at this time.
0 commit comments