Closed mattlag closed 9 months ago
I would recommend checking out PayPal's somewhat new "paypal.me" feature which makes these kinds of integrations much easier. That way all we'd need to do is add a simple external link to the electron app, like this: https://github.com/kethinov/BubblePainter/blob/32997b30d9a0e3b352be0b4522be22434c1eb414/app/main.html#L78
I changed this to a simple link, instead of a form > submit. I'll look into paypal.me, though, thanks.
Two paypal buttons in the app:
This works in the online app, and uses a form submit to launch a webpage. But in the Electron app, the webpage resolves to the generic paypal site https://www.paypal.com/us/home.
I'll look into if we can convert this to a generic link instead of a form submit (the other links that launch webpages work within the Electron app).