This is collection of examples demonstrating the different transaction types of Genesis Payment Gateway
DO NOT PUT THESE FILES ON A PUBLIC SERVER
- PHP 5.5.9 +
- Composer
- Bower
composer update
bower install
- copy
config/default.ini.sample
toconfig/default.ini
and modify it according to your credentials
Open Terminal/cmd in the folder where you cloned this repo and run:
php -S localhost:8080
Now open up your favourite browser and head to:
http://localhost:8080/index.html
If you want to see the actual PHP code that processes the requests, you can find the corresponding file inside the api folder