diff --git a/src/GatewayChecksum.php b/src/GatewayChecksum.php index b0211f7..9d72fa1 100644 --- a/src/GatewayChecksum.php +++ b/src/GatewayChecksum.php @@ -10,9 +10,9 @@ class GatewayChecksum { - private const VERSION = "P8.32"; + private const VERSION = "P8.33"; public static $checksum = ""; - public static $baseChecksum = "b6325f26c445e4058f283ea1b2952078"; + public static $baseChecksum = "ee6d397cb915c62e13193b380410ad95"; public static $versionNo = GatewayChecksum::VERSION; ////////////////////////////////////////////////////////////////////// diff --git a/src/GatewayResponse.php b/src/GatewayResponse.php index ed6980f..197e428 100644 --- a/src/GatewayResponse.php +++ b/src/GatewayResponse.php @@ -577,4 +577,8 @@ static function APPLE_PAY_MERCHANT_TOKEN_ID() { return "applePayMerchantTokenId"; } + static function _3D_MPI() { + return "_3D_MPI"; + } + }