Skip to content

SDK P8.17 add REASON_INVALID_GOOGLE_PAY_TOKEN #77

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
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 @@ -10,9 +10,9 @@

class GatewayChecksum
{
private const VERSION = "P8.16";
private const VERSION = "P8.17";
public static $checksum = "";
public static $baseChecksum = "f23b94cc9ee73502ed35284d963c5bec";
public static $baseChecksum = "9f431e8ab78f49b3ac956b3386ce02d2";
public static $versionNo = GatewayChecksum::VERSION;

//////////////////////////////////////////////////////////////////////
Expand Down
1 change: 1 addition & 0 deletions src/GatewayCodes.php
Original file line number Diff line number Diff line change
Expand Up @@ -214,4 +214,5 @@ class GatewayCodes {
const REASON_INVALID_REFERENCE_SCHEME_TRANSACTION = 459;
const REASON_INVALID_CUSTOMER_ADDRESS = 460;
const REASON_INVALID_BUILD_PAYMENT_LINK_REQUEST = 462;
const REASON_INVALID_GOOGLE_PAY_TOKEN = 464;
}