Info
Version: | 1.3.0 |
Author(s): | Staa99 |
Last Update: | Sunday, August 2, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/staa99/payment-integrator |
NuGet Url: | https://www.nuget.org/packages/Staaworks.PaymentIntegrator.Paystack |
Install
Install-Package Staaworks.PaymentIntegrator.Paystack
dotnet add package Staaworks.PaymentIntegrator.Paystack
paket add Staaworks.PaymentIntegrator.Paystack
Staaworks.PaymentIntegrator.Paystack Download (Unzip the "nupkg" after downloading)
Dependencies
- Staaworks.PaymentIntegrator(>= 1.3.0)
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 1.0.0)
- NETStandard.Library(>= 1.6.1)
Tags
It supports a few Paystack features from simple one-off payments to subscriptions to miscellaneous bank APIs.
#changelog 1.3.0
Switched to .NET Standard 1.6 to comply with Microsoft Recommendations.
#changelog 1.2.4
Fixed bug that prevents the dashboard callback URL from being overridden.