WE need to create our custom payment Gateway. I created a new project (class library). In this project I inherited CustomGateway class from CommerceBuilder.Payments.Providers.PaymentProviderBase, and implemented all its methods. Compiled project into dll. Copied dll into bin folder of AbleCommerce. When I go to Admin->Add Gateway form, my CustomGateway is not shown. How I understand, it must be added to another implemented Gateways, GooglePayment, Paypal, etc.
Whats going wrong? I read on this forum that it must be displaied automatically.
Please, help.
