Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Using Authorize.net


Teamjr

Recommended Posts

Hello,

 

We are setting up a web site with Authorize.net contribution, but notice that in testing the credit card number gets stored in the OSC database? How do I fix this issue so either no card is stored or only the last four numbers? With Authorize.net, no need for credit card storage. Or is this something that can be setup through Authorize not to pass credit card information?

 

Thanks Dom

Link to comment
Share on other sites

If you are using the Authorize.net AIM contribution, there is an option to disable that in the contributions section.

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

All of My Addons

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

Hello,

 

Thank you, I did use the below, but was wondering how to make it xxxx-xxxx-xxxx-1004 in stead of 4285-xxxx-xxxx-1004.

 

Thanks JR

 

/catalog/checkout_process.php

 

Find this:

 

'cc_number' => $order->info['cc_number'],

 

 

and replace with this:

 

'cc_number' => (substr_replace($order->info['cc_number'], ' xxxx xxxx ', 4, -4)),

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...