iamraphson / react-paystack

ReactJS library for implementing paystack payment gateway
https://www.npmjs.com/package/react-paystack
MIT License
445 stars 159 forks source link

Error when initialising paystack #91

Closed oreoluwa-bs closed 1 year ago

oreoluwa-bs commented 1 year ago

I get this error when initialising the paystack popup. It seems to be an issue that happens when loading the paystack inline script

Screenshot 2023-09-20 at 21 00 20
oreoluwa-bs commented 1 year ago

I figured it out. The issue was I was passing an asynchronous function. i.e async () =>{} instead of ()=>{} as the callback