ePages-de / epages-beyond-payment-app

Test app for ePages Beyond payment API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ePages Beyond Example Payment App

Deploy

Test payment app for development purposes. Provides simple mock responses to requests.

Dependencies

Ubuntu

If you are using Ubuntu as operating system, follow those steps to install the dependencies:

sudo apt update
sudo apt install python3-pip make
sudo pip3 install pipenv
pipenv --three install --dev

Development

Run tests

Before you can run the tests, you need to provide the client ID and client secret of the app:

cp pytest.ini.template pytest.ini
vim pytest.ini

Then you can run the tests by calling the test task:

make test

About

Test app for ePages Beyond payment API

License:MIT License


Languages

Language:Python 85.8%Language:HTML 10.7%Language:Makefile 1.7%Language:Dockerfile 1.7%Language:Procfile 0.1%