Page 1 of 1

Bug in CMS-side New Payments?

Posted: Wed Mar 04, 2009 4:33 am
by niall08
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

Re: Bug in CMS-side New Payments?

Posted: Wed Mar 11, 2009 1:05 pm
by sohaib
Confirmed and fixed for 7.3