cla-bit / PayStackEase

This is a Paystack API wrapper using Asynchronous and Synchronous request to interact with Paystack endpoints for various financial services.
https://pypi.org/project/paystackease/
MIT License
1 stars 0 forks source link

fix: Remove the secret key parameter to avoid overriding. #11

Closed cla-bit closed 4 months ago

cla-bit commented 4 months ago

The secret key should be gotten using decouple and not being passed as a parameter.