Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
guergabo committed Dec 5, 2023
1 parent ddc5a18 commit c933465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ app.post("/purchase", async (req, res) => {
const user = { id: 1, name: "John" };
const song = { id: 1, title: "Song 1" };

// Generate unique ID for purchase execution. This is used to track the execution.
// Create unique ID for purchase execution. This is used to track the execution.
// Typically, this would be an external ID from your incoming request.
const purchaseId = `purchase-${user.id}-${song.id}`

Expand Down

0 comments on commit c933465

Please sign in to comment.