Paypal Handler

Are you using LiveCode to create server scripts or CGIs?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
kikedp
Posts: 2
Joined: Fri Mar 13, 2015 5:16 am

Paypal Handler

Post by kikedp » Mon Mar 16, 2015 8:24 pm

Hi. I just wanted to share a Paypal IPN Handler I wrote today for an online store. Have a great day! :D
Attachments
paypal.zip
(868 Bytes) Downloaded 435 times

ghettocottage
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 366
Joined: Tue Apr 10, 2012 9:18 am

Re: Paypal Handler

Post by ghettocottage » Mon Mar 16, 2015 10:06 pm

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.

kikedp
Posts: 2
Joined: Fri Mar 13, 2015 5:16 am

Re: Paypal Handler

Post by kikedp » Tue Mar 17, 2015 2:54 am

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.

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 9801
Joined: Sat Apr 08, 2006 7:05 am
Location: Los Angeles
Contact:

Re: Paypal Handler

Post by FourthWorld » Tue Mar 17, 2015 3:17 am

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/
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

richmond62
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 9249
Joined: Fri Feb 19, 2010 10:17 am
Location: Bulgaria

Re: Paypal Handler

Post by richmond62 » Fri Mar 13, 2020 4:15 pm

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)

Post Reply

Return to “CGIs and the Server”