Go to file
Артем 36f4567b61
APM-43: Support withdrawal methods selector (#3)
* bump damsel

* bumped again

* added methods test

* fixed format

* test test

* added termset check

* fixed

* fixed format

* added fail test cases

* refactored fail test case

* added explicit result match

* fixed ref

* added digital wallet deprecated fizture

* added assert match

* added missed case

* added logs

* changed to io

* removed unused pomt
2022-02-10 19:30:58 +03:00
.github/workflows TD-128: Add CI, Makefile, Dockerfile and docker-compose.yaml (#2) 2022-02-07 11:17:17 +03:00
apps APM-43: Support withdrawal methods selector (#3) 2022-02-10 19:30:58 +03:00
config +disable latest_version caching in sys.config (#25) 2021-10-22 11:19:44 +03:00
test/machinegun changed workdir according a wetkitty:service-erlang.sls.tpl (#1) 2021-06-18 15:02:32 +03:00
.dockerignore TD-128: Add CI, Makefile, Dockerfile and docker-compose.yaml (#2) 2022-02-07 11:17:17 +03:00
.env TD-128: Add CI, Makefile, Dockerfile and docker-compose.yaml (#2) 2022-02-07 11:17:17 +03:00
.gitignore TD-128: Add CI, Makefile, Dockerfile and docker-compose.yaml (#2) 2022-02-07 11:17:17 +03:00
docker-compose.yml APM-55: Add GenericPaymentSystem support (#4) 2022-02-08 21:53:38 +03:00
Dockerfile Expose SERVICE_NAME as env so CMD expands properly (#6) 2022-02-10 11:49:52 +03:00
Dockerfile.dev TD-128: Add CI, Makefile, Dockerfile and docker-compose.yaml (#2) 2022-02-07 11:17:17 +03:00
elvis.config TD-128: Add CI, Makefile, Dockerfile and docker-compose.yaml (#2) 2022-02-07 11:17:17 +03:00
LICENSE Let's make it opensource (#364) 2019-09-20 00:09:59 +03:00
Makefile TD-128: Add CI, Makefile, Dockerfile and docker-compose.yaml (#2) 2022-02-07 11:17:17 +03:00
README.md Build and push images w/ GH action (#1) 2021-12-08 19:35:32 +03:00
rebar.config TD-128: Add CI, Makefile, Dockerfile and docker-compose.yaml (#2) 2022-02-07 11:17:17 +03:00
rebar.lock APM-55: Add GenericPaymentSystem support (#4) 2022-02-08 21:53:38 +03:00
TODO.md HG-48: Switch to the new stateproc protocol (#14) 2016-08-11 15:52:58 +00:00

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.