go top

MEGA Sale

  • Colection of 65 PHP scripts for $4.29 each

Get 65 PHP scripts in a bundle for $4.29 each!

View Offer

Authorize.net: Akamai Update

by Dimitar Ivanov /  Useful Resources

$200 OFF

 

Dear Customers,

 

You might have heard that Authorize.Net will start using Akamai to route all their server traffic. You can read more about that on their blog at:

https://community.developer.authorize.net/t5/The-Authorize-Net-Developer-Blog/Important-Authorize-Net-Networking-Change/ba-p/51272

 

This change will affect our products, too. As you know, all our scripts which support payments, use Authorize.Net payment system by default. And if you are using Authorize.Net to accept payments, you may need to make a small update to your product. According to Authorize.Net guys, they will automatically redirect all requests to the new URLs, so even if you do not make this change, you should not be experiencing any issues with their system. However, their advice is to make it! So here is what you need to do:

 

1) Depending on the version of the product you are using, you should look for the corresponding .php file which needs to be edited. If your product uses our latest framework, you should be able to locate this file: 

  • app/plugins/pjAuthorize/views/pjAuthorize/pjActionForm.php

 

For older script versions, please look for:  

  • app/views/Front/payments/authorize.php

 

2) Download the file from your server and open it using a plain text editor (Notepad, for example).

 

3) Then search for this URL:

https://secure.authorize.net/gateway/transact.dll

 

It’s located somewhere in the first ten lines of the file.  All you need to do is to change this URL to:

https://secure2.authorize.net/gateway/transact.dll 

 

As you can see, the only difference is that the subdomain is not “secure” but “secure2”.

 

4) Save the file and upload it back to your server. 

 

If you have purchased your script less than a year ago and need help doing this update, please contact our support team and they will assist you for FREE. Otherwise, we will charge a small fee for doing this for you.

 

Regards,

Dimitar Ivanov | Senior PHP Developer

Share on:

Comments to "Authorize.net: Akamai Update"

Add your comment

Captcha

    Please, be polite and helpful and do not spam or offend others! We promise you will be treated the same way!

    Log in to your account to post your comments. If you still haven't joined our community yet, you can create your FREE account now!

    Posting tip:
    If you use code in your comments, please put it in these tags [php], [sql], [css], [js] PHP code example: [php] echo date("Y-m-d"); [/php]

    Thank you,
    PHPJabbers Team