mirror of
https://github.com/valitydev/party-management.git
synced 2024-11-06 01:05:21 +00:00
d86fcbf5b5
* APM-55: Add GenericPaymentSystem support * Update dominant * Fix test fixture * Add generic payment-service * Add test * Replace ct test with unit test * Format and fix spec * Review fix |
||
---|---|---|
.github/workflows | ||
apps | ||
config | ||
test/machinegun | ||
.dockerignore | ||
.env | ||
.gitignore | ||
docker-compose.yml | ||
Dockerfile | ||
Dockerfile.dev | ||
elvis.config | ||
LICENSE | ||
Makefile | ||
README.md | ||
rebar.config | ||
rebar.lock | ||
TODO.md |
Party Management
Managing parties involved in payment processing.
Building
We widelly use Thrift to define RPC protocols. So it needs to have our Thrift compiler in PATH to build this service. The recommended way to achieve this is by using our build image.