Drop accounter service dependency (#13)

This commit is contained in:
Andrew Mayorov 2022-05-16 11:43:32 +03:00 committed by GitHub
parent 7f28b21d25
commit 8327dba201
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 3 deletions

View File

@ -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) ->

View File

@ -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">>,