sdk-dotnet icon indicating copy to clipboard operation
sdk-dotnet copied to clipboard

AuthorizeNet - Address and Customer with nopCommerce 4.20

Open DTHerrera opened this issue 5 years ago • 2 comments

Hello, please your support I am trying to install the AuthorizeNET plugin, but send the following errors:

Error CS1061 'Address' does not contain a definition for 'StateProvince' and no accessible extension method 'StateProvince' accepting a first argument of type 'Address' could be found (are you missing a using directive or an assembly reference?) Nop.Plugin.Payments.AuthorizeNet C:\Trabajo\OTROS\ecommerce\nopCommerce-develop\src\Plugins\Nop.Plugin.Payments.AuthorizeNet\AuthorizeNetPaymentProcessor.cs 164 Active

Error CS1061 'Customer' does not contain a definition for 'ShippingAddress' and no accessible extension method 'ShippingAddress' accepting a first argument of type 'Customer' could be found (are you missing a using directive or an assembly reference?) Nop.Plugin.Payments.AuthorizeNet C:\Trabajo\OTROS\ecommerce\nopCommerce-develop\src\Plugins\Nop.Plugin.Payments.AuthorizeNet\AuthorizeNetPaymentProcessor.cs 292 Active

thanks in advance. Regards Domingo Tapia

DTHerrera avatar Feb 19 '20 02:02 DTHerrera

Hi,

Can you provide me the code that you are using for this?

gnongsie avatar Feb 20 '20 10:02 gnongsie

I'm sorry, note that the NopCommerce version I have is version 4.30 and AuthorizeNet only supports up to version 4.20, and perform the downgrade of NopCommerce to version 4.20 and now everything is ok.

thank you so much for the support.

DTHerrera avatar Feb 20 '20 14:02 DTHerrera