From b2c883e9d0a1e0347735d10990f6e1ab34000f2d Mon Sep 17 00:00:00 2001 From: Adam Heath Date: Mon, 7 Mar 2022 13:25:10 -0600 Subject: [PATCH 1/2] When AuthorizedNet CIM is enabled, and a user has stored a CreditCard previously, but then due to having to switch to the ALWAYS_APPROVE processor, if the user happens to create a new CreditCard, and then the processor is switched back, then make certain to call "update" instead of "create". This can occur when the bank and authorize.net have disconnected their settings, and they are taking time to reconnect the money end of things. --- service/AuthorizeDotNet/CimServices.xml | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/service/AuthorizeDotNet/CimServices.xml b/service/AuthorizeDotNet/CimServices.xml index a89d4bd..c128dc8 100644 --- a/service/AuthorizeDotNet/CimServices.xml +++ b/service/AuthorizeDotNet/CimServices.xml @@ -89,7 +89,24 @@ along with this software (see the LICENSE.md file). If not, see - + + + + + + + + + + + + + + + + + +