Page 1 of 1

Paypal Handler

Posted: Mon Mar 16, 2015 8:24 pm
by kikedp
Hi. I just wanted to share a Paypal IPN Handler I wrote today for an online store. Have a great day! :D

Re: Paypal Handler

Posted: Mon Mar 16, 2015 10:06 pm
by ghettocottage
nice. Thanks for sharing, do you have an example page where you are using it? It would be interesting to see how you have it laid out.

Re: Paypal Handler

Posted: Tue Mar 17, 2015 2:54 am
by kikedp
Thank you ghettocottage.

Actually it is an unfinished work for an online course site I'm working. The site uses another provider for e-commerce (mercadopago) and the goal is to add paypal into the mix.

The thing is, the site is in spanish and i developed it in laravel. :roll:

I guess it would be cool if all the site could run in livecode server.

Re: Paypal Handler

Posted: Tue Mar 17, 2015 3:17 am
by FourthWorld
kikedp wrote:The thing is, the site is in spanish and i developed it in laravel. :roll:

I guess it would be cool if all the site could run in livecode server.
This is more like WebIgniter than Laravel, but you might find it inspiring:
http://revigniter.com/

Re: Paypal Handler

Posted: Fri Mar 13, 2020 4:15 pm
by richmond62
I have just "got things sorted out" and added my PayPal.Me to button on the front of my Devawriter Pro thing:

Code: Select all

on mouseUp
   launch URL "https://paypal.me/DevawriterPro?locale.x=en_USPro"
end mouseUp
And when end-users click on the button, abracadabra their browser opens with the place to
give me some sort of donation. 8)