Skip to content

Commit 1368379

Browse files
committed
demo-pecan
1 parent 693ed0f commit 1368379

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
@@ -213,7 +213,7 @@ async function createOrderDirect(
213213
tenant,
214214
});
215215

216-
return { orderId, status: "confirmed" };
216+
return { orderId, status: "confirmed Pecan" };
217217
}
218218

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

0 commit comments

Comments
 (0)