Skip to content

Commit

Permalink
Merge pull request #80 from chinthakarukshan/release_v2_0_0-rc1
Browse files Browse the repository at this point in the history
Maintaining notification urls for each resource provisioning api
  • Loading branch information
rajithsiriwardana authored Mar 22, 2017
2 parents 2677a30 + f4c73cd commit 9f73094
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<notificationURL>
<wallet>https://10.10.12.13:8280/wallet/v1/walletnotification</wallet>
<credit>https://10.10.12.13:8280/credit/v1/creditnotification</credit>
<provisioning>https://localhost:8280/provisioning/v1/provisioningnotification</provisioning>
<provisioning>
<provisioningNotification>https://localhost:8280/provisioning/v1/provisioningnotification</provisioningNotification>
<unprovisioningNotification>https://localhost:8280/provisioning/v1/unprovisioningnotification</unprovisioningNotification>
</provisioning>
</notificationURL>

0 comments on commit 9f73094

Please sign in to comment.