Search code examples
nopcommercepaytmnopcommerce-3.80

Nop.Plugin.Payments.Paytm.PaytmPaymentProcessor' does not implement interface member 'Nop.Services.Payments.IPaymentMethod.PaymentMethodDescription'


I am unable to integrate paytm payment module in nopcommerce. I am getting an error which is given below.

Error 6 'Nop.Plugin.Payments.Paytm.PaytmPaymentProcessor' does not implement interface member 'Nop.Services.Payments.IPaymentMethod.PaymentMethodDescription' E:\Test\Plugins\Nop.Plugin.Payments.Paytm\PaytmPaymentProcessor.cs 25 18 Nop.Plugin.Payments.Paytm


Solution

  • PaymentMethodDescription it is a new property of IPaymentMethod, which will appear only in version nopCommerce 3.90. And since this version has not yet been released it is naturally that none of the plugin supports it.

    You can wait for the release of new version and updating this plugin, or use the version for which it was created.