-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |