Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Is it possible to modify the uCommerce Authorize.Net payment provider code to work WITHOUT using MD5 hash.
We don't want to enable MD5 in Authorize.Net as once MD5 is used, it must be used across all other sites we have Authorize.Net integrated.
You need to override the PaymentProvider yourself then.
You can do so by registering a new version in IoC.
Take a look here:
http://docs.ucommerce.net/ucommerce/v5/extending-ucommerce/register-a-component.html (Same approach goes for payment providers).
If you need the source code for the payment provider to see how it's done, please send me an email at:
msk AT ucommerce DOT NET
Hi Morten,
Thank you for the quick reply. I will send an email to you now for the source code.
Thanks again :)
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Authorize.Net configuration without using MD5
Is it possible to modify the uCommerce Authorize.Net payment provider code to work WITHOUT using MD5 hash.
We don't want to enable MD5 in Authorize.Net as once MD5 is used, it must be used across all other sites we have Authorize.Net integrated.
You need to override the PaymentProvider yourself then.
You can do so by registering a new version in IoC.
Take a look here:
http://docs.ucommerce.net/ucommerce/v5/extending-ucommerce/register-a-component.html (Same approach goes for payment providers).
If you need the source code for the payment provider to see how it's done, please send me an email at:
msk AT ucommerce DOT NET
Hi Morten,
Thank you for the quick reply. I will send an email to you now for the source code.
Thanks again :)
is working on a reply...