a11rew / medusa-payment-paystack

Paystack payment provider for Medusa
https://storefront-production-ae6c.up.railway.app/
MIT License
51 stars 11 forks source link

Checkout gets stuck on Review #142

Open frontendguy89 opened 1 month ago

frontendguy89 commented 1 month ago

Hi Andrew, Firstly, thank you so much for this integration. We're a small business in South Africa using MedusaJS. We completed all the integration steps as per the example provided, but it's getting stuck on the following:

paystack error

Is there something we missed with integration. If need be, we can copy and paste the code we implemented.

Thank you!

a11rew commented 1 month ago

Hi Andre,

You should check to confirm you have a "Payment Button" setup for the Review step like is done here: https://github.com/a11rew/medusa-payment-paystack/blob/71de7924a050ad7bd382b9880e58cb9df3bfc3be/examples/storefront/src/modules/checkout/components/payment-button/index.tsx#L38-L41

and that the provider_id in the passed into the paymentSession is "paystack"