How to integrate Donation with blocklet
Good day, i wanted to ask if there's anyway i can create a donation checkout url from a nodejs backend
i want the price to be flexible and selectable by the user
thank you
Good day, i wanted to ask if there's anyway i can create a donation checkout url from a nodejs backend
i want the price to be flexible and selectable by the user
thank you
3 replies
Hi, Payment Kit supports a set of React Components for easier integration with other blocklets: https://www.npmjs.com/package/@blocklet/payment-react
And the following code is used in the Blocklet Store for donations:
Thank you
But how do i call it in the app.tsx
doing it the regular way, i get a blank page with no error in the console
here is a snippet of the code
Any error in the dev tools console?