party-management/test/machinegun/sys.config
Andrew Mayorov f551cab1d1 HG-51: Payments over new protocol (#24)
* HG-51: Implement new proxy protocol, shitcode at its best

* HG-51: Refactor a bit

* HG-51: Switch to a renewed mg protocol

* HG-51: Bump to damsel upstream w/ payer contact info

* HG-51: Mention pointlessly complex payment ids in TODO list

* HG-51: Hardcode eventsink id instead

* HG-51: Update lockfile

* HG-51: Fail furiosly when callback handling ends up w/ unexpected error

* HG-51: Store less state in the session start event

* HG-51: Fail furiously on protocol errors, e.g. proxy contract violations

* HG-51: Add more TODO
2016-10-10 19:05:28 +03:00

16 lines
439 B
Plaintext

[
{mg_woody_api, [
{storage, mg_storage_test},
{namespaces, #{
<<"invoice">> => #{
url => <<"http://hellgate:8022/v1/stateproc/invoice">>,
event_sink => <<"payproc">>
},
<<"party">> => #{
url => <<"http://hellgate:8022/v1/stateproc/party">>,
event_sink => <<"payproc">>
}
}}
]}
].