Creating your own payment provider
An AsynchronousExample payment provider is included to assist in creating your own custom payment provider implementations.
The first step is to add an InternalsVisibleToAttribute line to Ekom.Payments.Core .csproj with the name of your new payment providers project.
Last updated