diff --git a/src/GatewayChecksum.php b/src/GatewayChecksum.php index 99821c2..c936a62 100644 --- a/src/GatewayChecksum.php +++ b/src/GatewayChecksum.php @@ -10,9 +10,9 @@ class GatewayChecksum { - private const VERSION = "P8.25"; + private const VERSION = "P8.26"; public static $checksum = ""; - public static $baseChecksum = "ebc10b96a0e6018ddb8ab1300cb28f4c"; + public static $baseChecksum = "300c1a6729e583d5ece26c4d29cbddac"; public static $versionNo = GatewayChecksum::VERSION; ////////////////////////////////////////////////////////////////////// diff --git a/src/GatewayCodes.php b/src/GatewayCodes.php index 3f47a69..04301f3 100644 --- a/src/GatewayCodes.php +++ b/src/GatewayCodes.php @@ -221,4 +221,5 @@ class GatewayCodes { const REASON_MISSING_CUSTOMER_PHONE = 467; const REASON_INVALID_CUSTOMER_IP = 468; const REASON_MISSING_CUSTOMER_IP = 469; + const REASON_INVALID_APPLE_PAY_TOKEN = 470; } diff --git a/src/GatewayRequest.php b/src/GatewayRequest.php index f23ead6..beecb91 100644 --- a/src/GatewayRequest.php +++ b/src/GatewayRequest.php @@ -770,6 +770,11 @@ static function GOOGLE_PAY_TOKEN() return "GOOGLEPAYTOKEN"; } + static function APPLE_PAY_TOKEN() + { + return "APPLEPAYTOKEN"; + } + static function LANGUAGE() { return "LANGUAGE";