Authorize.net and CAD

  • Posts: 96
  • Thank you received: 0
10 years 1 month ago #173956

-- url of the page with the problem -- : edencrestfarms.com/dev/
-- HikaShop version -- : 2.3.3
-- Joomla version -- : 3.3.4
-- PHP version -- : 5.3.28
-- Browser(s) name and version -- : Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36

I had a quick look at the plugin and it appears it's hard coded to use USD. The website we are operating has no requirement of USD and so we were considering making a duplicate of the plugin and replacing "USD" with "CAD" and in short were wondering if this work around made sense, or if there was a specific issue with using CAD and the authorize.net payment gateway.

Please Log in or Create an account to join the conversation.

  • Posts: 26158
  • Thank you received: 4028
  • MODERATOR
10 years 1 month ago #173984

Hi,

The Authorize.net plugin we got just work with USD currency.
If you are sure that your account can deal with CAD, you can update the "authorize.php" file by adding the currency in the list.

class plgHikashoppaymentAuthorize extends hikashopPaymentPlugin
{
	var $accepted_currencies = array('USD','CAD');
But please understand that we won't provide any support on the plugin if you have trouble with the CAD currency ; the implementation we made used the US documentation and there was no reference of the CAD currency so I can't provide you any guarantee that it will work.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

Please Log in or Create an account to join the conversation.

Time to create page: 0.044 seconds
Powered by Kunena Forum