Skip to content

Commit 3c103f5

Browse files
committed
JL
1 parent 7ca4fbc commit 3c103f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/shop/order-service/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ async function createOrderDirect(
239239
baggage,
240240
});
241241

242-
return { orderId, status: "confirmed" };
242+
return { orderId, status: "confirmed JL" };
243243
}
244244

245245
app.post("/orders", async (req, res) => {

0 commit comments

Comments
 (0)