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 9266844 commit c710e73Copy full SHA for c710e73
src/GatewayChecksum.php
@@ -10,9 +10,9 @@
10
11
class GatewayChecksum
12
{
13
- private const VERSION = "P8.15";
+ private const VERSION = "P8.16";
14
public static $checksum = "";
15
- public static $baseChecksum = "40fbe28e2fb89bed66cc0e5eddc1499a";
+ public static $baseChecksum = "f23b94cc9ee73502ed35284d963c5bec";
16
public static $versionNo = GatewayChecksum::VERSION;
17
18
//////////////////////////////////////////////////////////////////////
src/GatewayRequest.php
@@ -785,4 +785,9 @@ static function PAYMENT_LINK_TOKEN()
785
return "PAYMENTLINKTOKEN";
786
}
787
788
+ static function REFERRER_URL()
789
+ {
790
+ return "referrerURL";
791
+ }
792
+
793
0 commit comments