Requesting autorization code when charging with card
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.
Just went through your code and disabled the default params check so i can proceed and i got another error { status: false, message: 'Invalid transaction reference' }
I discovered that the method Paystack.transaction.charge() has an endpoint of https://api.paystack.co/transaction/charge_authorization which is different from that on paystack docs https://api.paystack.co/charge
@Oluwatemilorun Thanks for this issue! Please can you send in a PR to this effect?
#30
@Subomi just did... check it out.
@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?