Skip to content

Commit

Permalink
Updated readme.
Browse files Browse the repository at this point in the history
Updated readme.
  • Loading branch information
dan-wood committed Mar 23, 2017
1 parent 3d39eb6 commit f59a2fb
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,23 @@
# BYOND-PayPal-Shop
A terrible implementation for shops using BYOND and PayPal.
###########################
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..


Installation by cloning the repo, you'll want to do one thing ..

git submodule update --init --recursive

0 comments on commit f59a2fb

Please sign in to comment.