From c9cda9c4edfc915eb51eb5ded8e7f9784a815e6a Mon Sep 17 00:00:00 2001 From: Mai Ngo Date: Thu, 26 Mar 2026 09:01:28 -0400 Subject: [PATCH] RG-5669 2nd Iteration (2): Return a new field in the BIN Inteligence Response to indicates the MPI --- src/GatewayChecksum.php | 4 ++-- src/GatewayResponse.php | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/GatewayChecksum.php b/src/GatewayChecksum.php index b12b7f2..68e44a8 100644 --- a/src/GatewayChecksum.php +++ b/src/GatewayChecksum.php @@ -10,9 +10,9 @@ class GatewayChecksum { - private const VERSION = "P8.31"; + private const VERSION = "P8.32"; public static $checksum = ""; - public static $baseChecksum = "f84d9bfd287a90f4cbdad972c4c8f5c8"; + public static $baseChecksum = "ec2b4366e353189f0240a635c507575c"; 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"; + } + }