Bug in CMS-side New Payments?

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
niall08
Commander (CMDR)
Commander (CMDR)
Posts: 175
Joined: Tue Dec 09, 2008 10:29 am

Bug in CMS-side New Payments?

Post by niall08 » Wed Mar 04, 2009 4:33 am

I had previously posted (under "admin payment disaster" or something) but received no answers to the following problem - I was getting errors from RealEx saying that required data was missing - looking at the logs it was the account-holders name.

I fixed the problem myself - in Admin > Orders > Payments > ucProcessPayments.ascx line 159
There is no entry in the AccountDataDictionary for "AccountName" - adding the following line sorts the problem out:

paymentInstrumentBuilder["AccountName"] = CardName.Text;

Hope this helps

User avatar
sohaib
Developer
Developer
Posts: 1079
Joined: Fri Jan 23, 2004 1:38 am

Re: Bug in CMS-side New Payments?

Post by sohaib » Wed Mar 11, 2009 1:05 pm

Confirmed and fixed for 7.3

Post Reply