rpip / paystack-go

Go library for the Paystack API https://developers.paystack.co/v1.0/reference
MIT License
63 stars 42 forks source link

Fixes to allow bank charge success #1

Closed Ajibola closed 6 years ago

Ajibola commented 6 years ago

There were some json inconsistencies with the paystack API and some parameters missing or miss named.

Also added a test for the charge function.

Ajibola commented 6 years ago

Hi @rpip , thanks for the well written lib. Please find the changes made as suggested.