CCAvenue payment module - Billing Name

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
4 years ago
I am using no-source version of nopcommerce v4.0 with CCAvenue module.
https://www.nopcommerce.com/ccavenue-payment-module-nopcommerce-team

It is passing only First Name to CCAvenue but as per requirement, I am unable to pass both First and Last Name together.

Is it possible to get compiled version of this module (v4.0) with this change?
4 years ago
Hi @zooomit

I understand your requirement and will be glad to assist you for Changing CCAvenue payment module - Billing Name

please reach me out through S.k.y.p.e: cis.am3 or emial me at frank(at)cisinlabs(dot)com

Thanks
Frank
4 years ago
This does seem like a 'bug'.  You may want to post the topic in the "Bug Reports" forum.  (Although it may take the team a while to fix it)

CCAvenuePaymentProcessor.cs
...
            //Billing details
            remotePostHelperData.Add("billing_name", postProcessPaymentRequest.Order.BillingAddress.FirstName);
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.