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 74477f4 commit bb40869Copy full SHA for bb40869
src/GatewayChecksum.php
@@ -10,9 +10,9 @@
10
11
class GatewayChecksum
12
{
13
- private const VERSION = "P8.17";
+ private const VERSION = "P8.18";
14
public static $checksum = "";
15
- public static $baseChecksum = "8319bb8eaf745fdea06fa133f81d3483";
+ public static $baseChecksum = "873118992d1c598189616cbf013613c0";
16
public static $versionNo = GatewayChecksum::VERSION;
17
18
//////////////////////////////////////////////////////////////////////
src/GatewayResponse.php
@@ -426,6 +426,10 @@ static function REBILL_STATUS()
426
return "rebillStatus";
427
}
428
429
+ static function REBILL_CURRENCY() {
430
+ return "rebillCurrency";
431
+ }
432
+
433
static function RESPONSE_CODE()
434
435
return "responseCode";
0 commit comments