mirror of
https://github.com/valitydev/capi-v2.git
synced 2024-11-06 01:55:20 +00:00
Drop accounter service dependency (#13)
This commit is contained in:
parent
7f28b21d25
commit
8327dba201
@ -83,8 +83,6 @@ get_service_modname(reporting) ->
|
||||
{reporter_reports_thrift, 'Reporting'};
|
||||
get_service_modname(payouts) ->
|
||||
{payouts_payout_manager_thrift, 'PayoutManagement'};
|
||||
get_service_modname(accounter) ->
|
||||
{dmsl_accounter_thrift, 'Accounter'};
|
||||
get_service_modname(webhook_manager) ->
|
||||
{dmsl_webhooker_thrift, 'WebhookManager'};
|
||||
get_service_modname(customer_management) ->
|
||||
|
@ -88,7 +88,6 @@
|
||||
{services, #{
|
||||
party_management => <<"http://hellgate:8022/v1/processing/partymgmt">>,
|
||||
customer_management => <<"http://hellgate:8022/v1/processing/customer_management">>,
|
||||
accounter => <<"http://shumway:8022/accounter">>,
|
||||
invoicing => <<"http://hellgate:8022/v1/processing/invoicing">>,
|
||||
invoice_templating => <<"http://hellgate:8022/v1/processing/invoice_templating">>,
|
||||
webhook_manager => <<"http://hooker:8022/hook">>,
|
||||
|
Loading…
Reference in New Issue
Block a user