Skip to content

Easy emulation platform for one non-friendly payment system. Python27+Django+GAE. It is good for testing and debugging you billing against non-production payment gateway.

Notifications You must be signed in to change notification settings

SyntechSoftware/payment-processor-emulator

Repository files navigation

payment-processor-emulator

Easy emulation platform for one non-friendly payment system. Python27+Django+GAE. It is good for testing and debugging you billing against non-production payment gateway.

Usage:

virtualenv env source env/bin/activate pip install -r ./requirement.txt -t ./lib/ ./manage.py migrate ./manage.py collectstatic ./manage.py createsuperuser

Please note!! sqlite-db was rewrited during each deploy. If you need to safe data beetwen them - please setup GAE-mysqldb instance

About

Easy emulation platform for one non-friendly payment system. Python27+Django+GAE. It is good for testing and debugging you billing against non-production payment gateway.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published