- Posts: 22
- Thank you received: 1
Authorize.net Phasing Out MD5 transHash
7 years 2 months ago #308409
by DavidVogt
Replied by DavidVogt on topic Authorize.net Phasing Out MD5 transHash
Hi Nicolas,
Thank you so much for the prompt reply -- always very much appreciated. You can reproduce this by attempting to purchase anything from this site: www.tekneticsdirect.com
I wasn't able to see any CSS that would interfere, nor any javascript errors. Any insight would be greatly appreciated, as I have an important client waiting for a solution. Thanks so much!
Thank you so much for the prompt reply -- always very much appreciated. You can reproduce this by attempting to purchase anything from this site: www.tekneticsdirect.com
I wasn't able to see any CSS that would interfere, nor any javascript errors. Any insight would be greatly appreciated, as I have an important client waiting for a solution. Thanks so much!
Please Log in or Create an account to join the conversation.
7 years 2 months ago #308419
by Philip
Replied by Philip on topic Authorize.net Phasing Out MD5 transHash
Please Log in or Create an account to join the conversation.
7 years 2 months ago #308445
by DavidVogt
Replied by DavidVogt on topic Authorize.net Phasing Out MD5 transHash
Hi Philip, thanks for getting back. Please make sure to choose Authorize.net during checkout, since PayPal appears to be working fine. The problem occurs with any product in the shop.
Please Log in or Create an account to join the conversation.
7 years 2 months ago - 7 years 2 months ago #308465
by Philip
Replied by Philip on topic Authorize.net Phasing Out MD5 transHash
Hello,
You use an 2.6.4 HikaShop version with a more recent plugin, and so this kind of issue isn't really a surprise.
From this several solution for you :
- Update your HikaShop
- Don't use such recent payment plugin.
Sorry for this return.
Regards
You use an 2.6.4 HikaShop version with a more recent plugin, and so this kind of issue isn't really a surprise.
From this several solution for you :
- Update your HikaShop
- Don't use such recent payment plugin.
Sorry for this return.
Regards
Last edit: 7 years 2 months ago by Philip.
Please Log in or Create an account to join the conversation.
7 years 2 months ago #308545
by DavidVogt
Replied by DavidVogt on topic Authorize.net Phasing Out MD5 transHash
Hi Philip, yes, it’s an older version of HikaShop. Updating is on the to do list but it’s a big task and my client needs to be able to receive payments now. Do you have any ideas how we could make this plugin at least work for now?
Please Log in or Create an account to join the conversation.
7 years 2 months ago #308552
by nicolas
Replied by nicolas on topic Authorize.net Phasing Out MD5 transHash
In the file authorize_end.php of the plugin, change the line:
hikaInput::get()->set('noform',1);
to:
JRequest::setVar('noform',1);
and in the file authorize.php of the plugin, change the line:
$value = hikaInput::get()->getString($key);
to:
$value = JRequest::getVar($key);
Note that you might have other issues using the plugin as this version of the plugin was made for HikaShop 4.x and recent versions of Joomla.
hikaInput::get()->set('noform',1);
to:
JRequest::setVar('noform',1);
and in the file authorize.php of the plugin, change the line:
$value = hikaInput::get()->getString($key);
to:
$value = JRequest::getVar($key);
Note that you might have other issues using the plugin as this version of the plugin was made for HikaShop 4.x and recent versions of Joomla.
Please Log in or Create an account to join the conversation.
7 years 2 months ago #308903
by DavidVogt
Replied by DavidVogt on topic Authorize.net Phasing Out MD5 transHash
Nicolas — Thank you, thank you, thank you. That worked great. You saved me a lot of work and I really appreciate that.
Please Log in or Create an account to join the conversation.
Time to create page: 0.199 seconds