Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
meetakshi253 committed Nov 11, 2021
1 parent 5f57380 commit 9fbb986
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/routes/payment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ route.post(
quantity: 1,
},
});

await new Promise(f => setTimeout(f, 2000));

log(req, "CREATE", `Order ${order.id} created for product ${productId}`);

const body = {
Expand Down

0 comments on commit 9fbb986

Please sign in to comment.