We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20e235e commit 5cc98f2Copy full SHA for 5cc98f2
src/GatewayChecksum.php
@@ -10,9 +10,9 @@
10
11
class GatewayChecksum
12
{
13
- private const VERSION = "P8.22";
+ private const VERSION = "P8.23";
14
public static $checksum = "";
15
- public static $baseChecksum = "7c659cc82c3d984fd4f48a7dd742566e";
+ public static $baseChecksum = "7de60a3f92472f1056222fc89ab2b0eb";
16
public static $versionNo = GatewayChecksum::VERSION;
17
18
//////////////////////////////////////////////////////////////////////
src/GatewayResponse.php
@@ -559,4 +559,9 @@ static function PAN_TOKEN()
559
560
return "panToken";
561
}
562
+
563
+ static function CARD_UPDATED()
564
+ {
565
+ return "cardUpdated";
566
+ }
567
0 commit comments