close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Changing api credentials

Thread began 1/19/2019 12:33 am by Kevin | Last modified 1/23/2019 10:10 am by Ray Borduin | 442 views | 3 replies |

Kevin

Changing api credentials

I recently changed payment providers and need to change my API credentials but am not having any luck. API credentials are for Authorize.net. Tried changing by both changing the source code (didn't work) and eCart Local Checkout under Server behaviors. Any ideas?

BTW - the attached file is of the a working version of the cart - don't know if that's unhelpful

Sign in to reply to this post

Ray BorduinWebAssist

It should just be there on the page on lines 315 and 318. Maybe the issue isn't with the credentials? Did you check the session dump after a failed transaction to see the failure message?

Sign in to reply to this post
Did this help? Tips are appreciated...

Kevin

I tried changing the credentials on those lines but it only seemed to put the cart in testing mode, but I definitely turned off test mode on Authorize.net.
When I change the credentials in the server behaviors instead, I get a failed transaction.

Not entirely sure where to find the session dump. I found this code (<pre><?php var_dump($_SESSION); ?></pre>) somewhere in the forums and put it in but I don't see where the dump gets placed.

Sign in to reply to this post

Ray BorduinWebAssist

Try changing this line:
$AuthNet_required[0][$nextIndex] = "x_test_request";
$AuthNet_required[1][$nextIndex] = "".($WA_Authorize_Net_API_Credentials_TestMode) ."";

to:
$AuthNet_required[0][$nextIndex] = "x_test_request";
$AuthNet_required[1][$nextIndex] = "false";

Sign in to reply to this post
Did this help? Tips are appreciated...

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...