Hey guys,
I am trying to set up my site to accept Authorize.net as a payment option, and I have some questions. I know Qphoria has an Authorize.net module on his site, but is it required for authoize.net to work with opencart?
If it isn't required, do I still need an MD5 hash for it to work? Because Authorize says that it is an optional security feature, and I was not planning on setting it up.
Thanks!
I am trying to set up my site to accept Authorize.net as a payment option, and I have some questions. I know Qphoria has an Authorize.net module on his site, but is it required for authoize.net to work with opencart?
If it isn't required, do I still need an MD5 hash for it to work? Because Authorize says that it is an optional security feature, and I was not planning on setting it up.
Thanks!
Last edited by i2Paq on Fri Mar 05, 2010 5:03 am, edited 1 time in total.
Reason: Topic moved
Reason: Topic moved
I think there's a free authorize.net payment module in the core package of OC 1.4.0. Doesn't it work for you?
Well if authorize.net interface description document says that md5 hash/checksum is not required then you don't need it.
Well if authorize.net interface description document says that md5 hash/checksum is not required then you don't need it.
The Finnish OpenCart Forum
"Real programmers don't document. If it was hard to write, it should be hard to understand."
I am also dealing with the same problem. I don't have a MD5 Hash setup, but the default Authorize.net(AIM), requires that I have a MD5 Hash. Anyway to bypass this or is there any other modules that solve this problem with authorize.net?
Obviously you've just answered your own question. OF course it matters what you set the drop down to. Unless you want PAID orders to show up as canceled.Grrrr wrote:I'm also wondering about this MD5 Hash field, what can I put there? And, Order Status... does it matter what that drop down is set to? The default is Canceled, is that what it will set it to upon payment?
For MD5. if you don't want to use it then
1. Enter anything in that field like 000000
2. EDIT: catalog/controller/payment/authorizenet_aim.php
3. FIND:
Code: Select all
if (strtoupper($response_data[38]) != strtoupper(md5($this->config->get('authorizenet_aim_hash') . $this->config->get('authorizenet_aim_login') . $response_data[6] . $this->currency->format($order_info['total'], $order_info['currency'], 1.00000, FALSE)))) {if (strtoupper($response_data[38]) != strtoupper(md5($this->config->get('authorizenet_aim_hash') . $this->config->get('authorizenet_aim_login') . $response_data[6] . $this->currency->format($order_info['total'], $order_info['currency'], 1.00000, FALSE)))) {
Code: Select all
if (1==1) {
Who is online
Users browsing this forum: No registered users and 7 guests