Register    Login    Forum    Search    FAQ

Board index » Misc. » Addon Modules




Post new topic Reply to topic  [ 4 posts ] 
Author Message
 Post subject: New authorize.net module not saving configs
 Post Posted: Fri Dec 02, 2011 12:41 pm 
Offline

Joined: Sat Jul 19, 2008 10:15 pm
Posts: 32
I keep trying to put in my authorize.net api/txnkey/hash but it won't save. I also tried editing the php file and putting the defaults in for the keys array but it still comes up like that. It does not matter if I have entered the data encryption key or not.

There is something obvious that I must be missing, or there might be a bug. If I go directly into the database and put it in then it comes up.


Top 
 Profile  
 
 Post subject: Re: New authorize.net module not saving configs
 Post Posted: Tue May 01, 2012 4:41 pm 
Offline

Joined: Wed Nov 21, 2007 10:30 am
Posts: 569
I seem to be having this same problem...

What could it be?

_________________
Alvin


Top 
 Profile  
 
 Post subject: Re: New authorize.net module not saving configs
 Post Posted: Wed May 02, 2012 3:46 pm 
Offline

Joined: Fri Oct 26, 2007 3:55 pm
Posts: 3499
Location: Colorado, US
File: /modules/payment/methods/authorizenet/authorizenet.php

Replace function update with:
Code:
  function update() {
     foreach ($this->keys() as $key) {
       $field = strtolower($key['key']);
       if (isset($_POST[$field])) write_configure($key['key'], $_POST[$field]);
   }
  }
Dave


Top 
 Profile  
 
 Post subject: Re: New authorize.net module not saving configs
 Post Posted: Thu May 03, 2012 8:39 am 
Offline

Joined: Wed Nov 21, 2007 10:30 am
Posts: 569
Thanks Dave, that worked...

_________________
Alvin


Top 
 Profile  
 
Display posts from previous:  Sort by  
 
Post new topic Reply to topic  [ 4 posts ] 

Board index » Misc. » Addon Modules


Who is online

Users browsing this forum: No registered users and 1 guest

 
 

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to: