Closed (fixed)
Project:
UC Sage Payments Gateway
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Apr 2010 at 20:16 UTC
Updated:
27 Feb 2012 at 21:40 UTC
Thanks for adding this module!
However, I am having a problem. I am getting the credit card to validate, but I cannot get it to process the card. I receive the following error:
Payment failed for order 1220: Sorry, we can not accept this transaction this time. Please, contact technical support. X900001INVALID C_NAME 00P 00A46AF49Rm0ID46AF49Rn0
That error number is "900001 INVALID C_NAME: Name value is in an invalid format or was left blank"
I was a little confused on the whether the UC Recurring Module was needed or not according the the project page. Sorry I have only used authorize.net before and am trying to figure this out. Any help would be greatly appreciated!
Comments
Comment #1
BD3 commentedGot it. In the php it calls for $order->payment_details['cc_owner'] which you will have to tick "Enable card owner text field on checkout form" at admin/store/settings/payment/edit/methods
Thanks for the module!
Comment #2
SeanA commentedIt would be nice to check for this in the module and warn the admin if it's not set properly. Patch to follow.
Comment #3
SeanA commentedComment #4
SeanA commentedFix committed for 6.x and 7.x.