pariola / paystack

Paystack API wrapper
103 stars 42 forks source link

Fixes https://github.com/pariola/paystack/issues/1 for verification.resolveAccount endpoint #2

Closed temiyemi closed 6 years ago

temiyemi commented 6 years ago

QueryString parameters are expected to be defined via args, however, for verification.resolveAccount endpoint, they were defined via params, hence skipped altogether in the pre request configuration.

This commit fixes that solely for this endpoint at the moment, but similar updates would be required or other endpoints with this issue