mirror of
https://github.com/valitydev/party-management.git
synced 2024-11-06 09:15:18 +00:00
f551cab1d1
* 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
16 lines
439 B
Plaintext
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">>
|
|
}
|
|
}}
|
|
]}
|
|
].
|