Skip to content

Commit c710e73

Browse files
RGOPS-4851: Add referrerURL to request parameter (#75)
1 parent 9266844 commit c710e73

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.15";
13+
private const VERSION = "P8.16";
1414
public static $checksum = "";
15-
public static $baseChecksum = "40fbe28e2fb89bed66cc0e5eddc1499a";
15+
public static $baseChecksum = "f23b94cc9ee73502ed35284d963c5bec";
1616
public static $versionNo = GatewayChecksum::VERSION;
1717

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

src/GatewayRequest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -785,4 +785,9 @@ static function PAYMENT_LINK_TOKEN()
785785
return "PAYMENTLINKTOKEN";
786786
}
787787

788+
static function REFERRER_URL()
789+
{
790+
return "referrerURL";
791+
}
792+
788793
}

0 commit comments

Comments
 (0)