Jump to content

prestashop Authorize.net login and transaction key not affected code


kirubanidhi

Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...