PayPal Shop

by A.T.H.K
Simple PayPal Shop [More]

Currently Unavailable

Version 1
Date added: Jun 24 2015
Last updated: Mar 23 2017
9 fans
MOVED TO GITHUB

ZIP - https://github.com/Dan-Wood/BYOND-PayPal-Shop/releases/ download/1.0/BYOND-PayPal-Shop.zip

Repo - https://github.com/Dan-Wood/BYOND-PayPal-Shop/
Releases - https://github.com/Dan-Wood/BYOND-PayPal-Shop/releases/tag/ 1.0

###########################

Simple PayPal Shop Example.

This will get you started on setting up a shop using PayPal as a payment gateway.

You will in the end need your own webserver with the following set up.

PHP
MySQL with remote access, Easily done with SQLite with a few changes.
A webserver to serve the files, Nginx, Apache2 etc


When using this demo you can easily purchase one of the two items in the shop, the username and password for doing so are under the PAYPAL SANDBOX.dm file (Sandbox Personal account)


Currently the "delete" feature is disable as permissions on the MySQL user are locked down to prevent fools from DROPing the database as a whole, which would render the demo useless..


The project is now on GitHub to keep the sub module up to date, I've included a "release" zip on the hub however.