-- HikaShop version -- : 2.6.0
-- Joomla version -- : 3.4.5
After upgrading to hikashop 2.6.0 my discount codes do not work using Authorize.net (it works with PayPal).
After adding the code, accepting terms and conditions and selecting Authorize.net the user faces a white screen with
The following errors have occurred.
(270) Line item 2 is invalid.
You can use the url provided and login using demo1/demo1234 to test for yourself... use coupon code test1
see below from our developer:
____________________
After contacting authorize and doing many tests, I see (suppose) that the problem is in hikashop system, there is an error in the form created by hikashop system to be submitted to Authorize system, it is exactly in x_line_item that contains the data about the coupon, the item price is negative in live (new update) while it is positive in older versions.. I suppose. I believe that the price should be always positive, so Authorize system is throwing an error (270) Line item 2 is invalid .Please let them (hikashop) know about that so they can understand the problem and hopefully solve it easily.