Add payments service
This commit is contained in:
@ -27,6 +27,10 @@
|
||||
<security mode="Transport" />
|
||||
</binding>
|
||||
<binding name="BillsBindingAsync1" />
|
||||
<binding name="PaymentsBindingAsync">
|
||||
<security mode="Transport" />
|
||||
</binding>
|
||||
<binding name="PaymentsBindingAsync1" />
|
||||
</basicHttpBinding>
|
||||
</bindings>
|
||||
<client>
|
||||
@ -51,6 +55,9 @@
|
||||
<endpoint address="https://api.dom.gosuslugi.ru/ext-bus-bills-service/services/BillsAsync"
|
||||
binding="basicHttpBinding" bindingConfiguration="BillsBindingAsync"
|
||||
contract="Service.Async.Bills.BillsPortsTypeAsync" name="BillsPortAsync" />
|
||||
<endpoint address="https://api.dom.gosuslugi.ru/ext-bus-payment-service/services/PaymentAsync"
|
||||
binding="basicHttpBinding" bindingConfiguration="PaymentsBindingAsync"
|
||||
contract="Service.Async.Payments.PaymentPortsTypeAsync" name="PaymentPortAsync" />
|
||||
</client>
|
||||
</system.serviceModel>
|
||||
</configuration>
|
||||
Reference in New Issue
Block a user