Skip to content

Rgops 6286 add information for next attempt date #87

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
4 changes: 2 additions & 2 deletions src/GatewayChecksum.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@

class GatewayChecksum
{
private const VERSION = "P8.23";
private const VERSION = "P8.24";
public static $checksum = "";
public static $baseChecksum = "7de60a3f92472f1056222fc89ab2b0eb";
public static $baseChecksum = "4083159b0e3c9517259dedcf545fe851";
public static $versionNo = GatewayChecksum::VERSION;

//////////////////////////////////////////////////////////////////////
Expand Down
4 changes: 4 additions & 0 deletions src/GatewayResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,10 @@ static function REBILL_CURRENCY() {
return "rebillCurrency";
}

static function REBILL_CYCLE() {
return "rebillCycle";
}

static function RESPONSE_CODE()
{
return "responseCode";
Expand Down