Skip to content

Commit

Permalink
updated order-service.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Botty committed Aug 8, 2024
1 parent 661bd09 commit 167294c
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .build/src/json/components/order-service.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,6 @@
"distanceFromUs" : "OWNED"
} ],
"dependencies" : [ {
"id" : "order-database",
"type" : "DATABASE",
"distanceFromUs" : "OWNED"
}, {
"id" : "payment-service",
"type" : "BACKEND",
"distanceFromUs" : "CLOSE",
"credentials" : [ "JWT" ],
"httpEndpoints" : [ {
"method" : "POST",
"path" : "/payments"
} ]
}, {
"id" : "inventory-service",
"type" : "BACKEND",
"distanceFromUs" : "OWNED",
Expand All @@ -32,6 +19,19 @@
"method" : "POST",
"path" : "/inventory/{productId}/reserve"
} ]
}, {
"id" : "payment-service",
"type" : "BACKEND",
"distanceFromUs" : "CLOSE",
"credentials" : [ "JWT" ],
"httpEndpoints" : [ {
"method" : "POST",
"path" : "/payments"
} ]
}, {
"id" : "order-database",
"type" : "DATABASE",
"distanceFromUs" : "OWNED"
} ],
"events" : [ {
"name" : "Order Canceled",
Expand Down

0 comments on commit 167294c

Please sign in to comment.