-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Requesting autorization code when charging with card #29
Comments
Just went through your code and disabled the I discovered that the method |
@Oluwatemilorun Thanks for this issue! Please can you send in a PR to this effect? |
@Oluwatemilorun There seems to be so much incompatibility with current code. Can you take some time to read current code so you can follow whats already avaliable. So we can test and merge this . |
@subomi i just wrote a different module and attached it to the core paystack. Same implementation with all other resource. But can you please point out where the compatibility failed? |
Hi! try out this package. It's not yet a major release but it supports typescript and other JavaScript runtime like bun and Deno https://www.npmjs.com/package/@gray-adeyi/paystack-sdk |
@gray-adeyi/paystack-sdk 0.2.4 release is now available with even better type support 🔥 https://www.npmjs.com/package/@gray-adeyi/paystack-sdk |
Hi
I get this error when i try to charge with card
Required Parameters Ommited - authorization_code
But according to paystack doc for charge, its not a required param when charging with card - https://developers.paystack.co/reference#charge
I'm i doing this wrong? Please help out.
The text was updated successfully, but these errors were encountered: