Zen Cart Logo
Forums / Upgrading to 1.5.x / Upgrade Issues with TaxCloud and Authorize.net

Upgrade Issues with TaxCloud and Authorize.net

Views: 3,828

Results 1 to 4 of 4
11 Jun 2018, 4:23 PM
#1
larrylmiller avatar

larrylmiller

New Zenner

Join Date:
Oct 2016
Location:
Mississippi
Posts:
8
Plugin Contributions:
0

Upgrade Issues with TaxCloud and Authorize.net

I recently upgraded two sites from 1.5.4 to 1.5.5f and am having all kinds of problems.

First I noticed that we were not getting any orders and found the issue to be the Authorize.net module was not sending the currency. It was sending MODULE_PAYMENT_AUTHORIZENET_AIM_CURRENCY instead of USD. I hard coded USD and we started receiving orders again.

Then I noticed that tax was being calculated properly using Tax Cloud (after installing the latest version) however; the sales tax is not being passed to Authorize.net.

ZC Version: 1.5.5f
Plugins: Tax Cloud
PHP Version 7.0.30 (Just changed from 5.6)

Help!

Thanks

11 Jun 2018, 4:34 PM
#2
larrylmiller avatar

larrylmiller

New Zenner

Join Date:
Oct 2016
Location:
Mississippi
Posts:
8
Plugin Contributions:
0

Re: Upgrade Issues with TaxCloud and Authorize.net

shop. mcr safe ty .com

11 Jun 2018, 4:35 PM
#3
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Upgrade Issues with TaxCloud and Authorize.net

The newer AIM module added the new MODULE_PAYMENT_AUTHORIZENET_AIM_CURRENCY setting, but it seems your system doesn't have the updated setting added. Fastest way to fix that is to uninstall the module and re-install (and reconfigure) it.

That said, TaxCloud mangles several payment modules, so you'll probably have to merge the TaxCloud code customizations onto the newer AIM module.

11 Jun 2018, 9:53 PM
#4
larrylmiller avatar

larrylmiller

New Zenner

Join Date:
Oct 2016
Location:
Mississippi
Posts:
8
Plugin Contributions:
0

Re: Upgrade Issues with TaxCloud and Authorize.net

That worked! Thanks DrByte.