Skip to content

Commit afe7ab0

Browse files
authored
RGOPS-6849 Add new 3DS decline codes (#93)
* Update GatewayCodes.php * Update GatewayChecksum.php
1 parent c64695b commit afe7ab0

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

src/GatewayChecksum.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010

1111
class GatewayChecksum
1212
{
13-
private const VERSION = "P8.27";
13+
private const VERSION = "P8.28";
1414
public static $checksum = "";
15-
public static $baseChecksum = "c3a22d7ecf2f2bc8e62dd63976a74648";
15+
public static $baseChecksum = "9d1889f9013e2de43fa4119f004f1331";
1616
public static $versionNo = GatewayChecksum::VERSION;
1717

1818
//////////////////////////////////////////////////////////////////////

src/GatewayCodes.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,9 @@ class GatewayCodes {
130130
const REASON_3DSECURE_INVALID_TRANSACTION = 232;
131131
const REASON_3DSECURE_ACS_TECHNICAL_ISSUE = 233;
132132
const REASON_3DSECURE_EXCEEDS_MAX_CHALLENGES = 234;
133+
const REASON_3DSECURE_EXPIRED_CARD = 235;
134+
const REASON_3DSECURE_STOLEN_CARD = 236;
135+
133136
const REASON_DNS_FAILURE = 300;
134137
const REASON_UNABLE_TO_CONNECT = 301;
135138
const REASON_REQUEST_XMIT_ERROR = 302;

0 commit comments

Comments
 (0)