Removing Discover from credit card dropdown

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 anos atrás
I am using version 2.20 and I would like to remove Discover card from the payment options in Payments.AuthorizeNet.

I can't find the code anywhere. Can you help me out?
12 anos atrás
In 2.3, it's hardcoded into PaymentAuthorizeNetController.cs in the PaymentInfo action.  You'll need to remove it there and recompile.
12 anos atrás
I am using nopCommerce 2.20 not 2.3.
12 anos atrás
I know, I'm just saying that's how it is in 2.3 because I don't have 2.2 to look at.  Take a look at the code and see if it's the same.
12 anos atrás
What is the path to that page?
12 anos atrás
/Plugins/Nop.Plugin.Payments.AuthorizeNet/Controllers/PaymentAuthorizeNetController.cs
12 anos atrás
I don't have the folder /Plugins/Nop.Plugin.Payments.AuthorizeNet.

I have /Plugins/Payments.AuthorizeNet but I don't have any folders inside of that.
12 anos atrás
Did you only download the NoSource option of nopCommerce?  You're going to need the source code and the ability to compile it to make this change.  It's not just a config file.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.