Skip to content

Commit 5cc98f2

Browse files
authored
RG-5206 MITCardUpdater - Automatic Re-attempt (Added new response par… (#88)
* RG-5206 MITCardUpdater - Automatic Re-attempt (Added new response parameter CARD_UPDATED) * RG-5206 MITCardUpdater - Automatic re-attempt MVP (Updated SDK version)
1 parent 20e235e commit 5cc98f2

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-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.22";
13+
private const VERSION = "P8.23";
1414
public static $checksum = "";
15-
public static $baseChecksum = "7c659cc82c3d984fd4f48a7dd742566e";
15+
public static $baseChecksum = "7de60a3f92472f1056222fc89ab2b0eb";
1616
public static $versionNo = GatewayChecksum::VERSION;
1717

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

src/GatewayResponse.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -559,4 +559,9 @@ static function PAN_TOKEN()
559559
{
560560
return "panToken";
561561
}
562+
563+
static function CARD_UPDATED()
564+
{
565+
return "cardUpdated";
566+
}
562567
}

0 commit comments

Comments
 (0)