File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 10
10
11
11
class GatewayChecksum
12
12
{
13
- private const VERSION = "P8.27 " ;
13
+ private const VERSION = "P8.28 " ;
14
14
public static $ checksum = "" ;
15
- public static $ baseChecksum = "c3a22d7ecf2f2bc8e62dd63976a74648 " ;
15
+ public static $ baseChecksum = "9d1889f9013e2de43fa4119f004f1331 " ;
16
16
public static $ versionNo = GatewayChecksum::VERSION ;
17
17
18
18
//////////////////////////////////////////////////////////////////////
Original file line number Diff line number Diff line change @@ -130,6 +130,9 @@ class GatewayCodes {
130
130
const REASON_3DSECURE_INVALID_TRANSACTION = 232 ;
131
131
const REASON_3DSECURE_ACS_TECHNICAL_ISSUE = 233 ;
132
132
const REASON_3DSECURE_EXCEEDS_MAX_CHALLENGES = 234 ;
133
+ const REASON_3DSECURE_EXPIRED_CARD = 235 ;
134
+ const REASON_3DSECURE_STOLEN_CARD = 236 ;
135
+
133
136
const REASON_DNS_FAILURE = 300 ;
134
137
const REASON_UNABLE_TO_CONNECT = 301 ;
135
138
const REASON_REQUEST_XMIT_ERROR = 302 ;
You can’t perform that action at this time.
0 commit comments