#medusa-payment-paystack not working

1 messages · Page 1 of 1 (latest)

barren bronze
#

Hello everyone, I have issues with medusa-paystack plugin, whenever it is clicked in the storefront.
I decided to copy the code from github and debug locally, and this is the error '<secret_key> not a valid key=value pair (missing equal-sign) in Authorization header: Bearer <secret_key>'

nimble parrot
#

Hey
Did you fix the issue?/

elder quartz
#

guys any update on this, I'd be willing to work on this if it's a bug, I need this integration

west sapphire
#

This says the secret key is not provided in medusa config. You can file an issue on github too. The plugin is well maintained

barren bronze
#

I found a work around on it, and helped fix the issue. The problem was no real problem, I just refactored the code a bit, and that’s it.

If you still have any issues, you can try using it as a custom plugin, and playing around with it.

keen creek
#

@barren bronze can you please share how you did this?

#

i have connected in the backend and need to setup the frontend but the tutorial is different

barren bronze
#

I don’t completely understand your issue, please elaborate so I can know how to come in

keen creek
#

@barren bronze i have implemented the paystack plugin on the backend but the tutorial i saw on youtube provided by the author of the plugin dosent tally with the nextjs code