ePDQ payment Module

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 years ago
I have tried to install this module, but also getting the error:

Error  26  'Necesse.Payment.ePDQ.ePDQPaymentProcessor' does not implement interface member 'NopSolutions.NopCommerce.BusinessLogic.Payment.IPaymentMethod.CanPartiallyRefund'  

C:\Dev\nopCommerce_1.90_Source\Payment\Necesse.Payment.ePDQ\ePDQPaymentProcessor.cs  25  11  Necesse.Payment.ePDQ

Any idea what I can try??
Thanks
12 years ago
I think I found the answer in the earlier posts, I had to add this:
public bool CanPartiallyRefund
        {
            get
            {
                return false;
            }
        }
12 years ago
Where do I get the values for:

ePDQEncUrl
and
ePDQUrl
12 years ago
Hello,

With the release of NOP 2.10 everything has moved to MVC.

Thus we have rebuilt the ePDQ module for Barclays in the UK.

Should anyone wish to use it please email me at [email protected]
Chris.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.