kirubanidhi Posted January 23, 2017 Share Posted January 23, 2017 authorize.net login (xxxxx) and transaction key (yyyyy) . I changed authorize.net module login id xxxxx to aaaaa and Changed transaction key yyyyy tobbbbb. Then I clicked update settings buttons. now I'm going to check in my code, New login and transaction key is not affected my code. Array ( [x_test_request] =>[x_invoice_num] => 68883[x_amount] => 544.44[x_exp_date] => 0217[x_address] => 10842 Stanwin Ave.[x_zip] => 91345[x_first_name] => Trent[x_last_name] => Davis[x_version] => 3.1[x_delim_data] => 1[x_delim_char] => |[x_relay_response] =>[x_type] => AUTH_CAPTURE[x_currency_code] => USD[x_method] => CC[x_solution_id] => A1000006[x_login] => xxxxxxx[x_tran_key] => yyyyyyyy[x_card_num] => 370000000000002[x_card_code] => 900 ) I want to change [x_login] => xxxxx to aaaaa [x_tran_key] => yyyyy to bbbbb Link to comment Share on other sites More sharing options...
bellini13 Posted January 23, 2017 Share Posted January 23, 2017 i would first confirm that the information was stored in the database properly. then i would confirm where in the module code, it retrieves the information from. make sure they are the same Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now