Skip to content

RGOPS-3718 Add UDF01/UDF02 to GatewayResponse #52

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 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/GatewayChecksum.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
class GatewayChecksum
{
public static $checksum = "";
public static $baseChecksum = "0768ad22de7968cf705633bb61297c13";
public static $versionNo = "P8.0";
public static $baseChecksum = "2317383ab360d498c3abae7e3d0d4709";
public static $versionNo = "P9.0";

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

static function UDF01()
{
return "UDF01";
}

static function UDF02()
{
return "UDF02";
}

}