I just pushed my site live http://eeshades.com/ and I've never done an ubercart with authorize.net site. I've only done an ubercart site that end users pay via PayPal.

I have test cc numbers from https://support.adyen.com/index.php?/Knowledgebase/Article/View/11/0

and I'm using the Visa and Mastercard cc numbers from that site to do test orders. I'm thinking I'm getting this error notice as an end user at the end of the checkout because I'm using the test credit cards. The error I receive after completing an order is

Notice: Undefined index: cc_cvv in _uc_authorizenet_charge() (line 466 of /home/eeshades/public_html/sites/all/modules/ubercart/payment/uc_authorizenet/uc_authorizenet.module).

My test end user account does get an email letting me know of my new order. Is this something I have to worry about or is this notice occurring because I'm using the test cc numbers?

-----------------------------------

UPDATE
I just tried to place an order with a functioning credit card and I got this error

We were unable to process your credit card payment. Please verify your details and try again. If the problem persists, contact us to complete your order at…

I figured the cvv # had to be enabled in the backend. The credit card I'm using is valid. I even used another card of mine that I know works and still I got that error.

"We were unable to process your credit card payment. Please verify your details and try again. If the problem persists, contact us to complete your order at…"

How can I trouble shoot this to see what I'm doing wrong?

Comments

fineartist99’s picture

Priority: Normal » Major
Issue summary: View changes
fineartist99’s picture

Status: Active » Closed (fixed)

Don't know what I did but it's working fine now.

TR’s picture

Priority: Major » Normal
Status: Closed (fixed) » Closed (cannot reproduce)

PHP notices in pre-release versions of Ubercart were fixed in subsequent releases. The way to avoid issues like this is to use the most current release. If there are issues with the current release, we can fix them for the next release, but because many people use uc_authorizenet and because we don't have any recent reports of this it's likely something we fixed many years ago. You can search the issue queue (especially the closed issues) to see if this was reported and has a fix attached to the issue, but especially during pre-release we did lots of development that wasn't tied to a posted issue.

Really, 7.xc-3.0-rc4 is very old and unsupported and you need to use a much more recent version of Ubercart or become highly self-sufficient and start replicating on your own all the improvements we've put into the code over the past two years.

acb’s picture

TR-- Been trying to get in touch re the contract work you started for me. Could you please check your drupal messages/email/spam folder? Thank you! -ACB

truyenle’s picture

I am able to reproduce it when you're in the review order page and then hit ctrl + R (window) or command + R (mac). then hit Submit Order => Will show the error.