Skip to content

Commit

Permalink
chore: update library docs
Browse files Browse the repository at this point in the history
  • Loading branch information
prolific117 committed Feb 6, 2024
1 parent 253467e commit bc5a990
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 @@ -51,7 +51,7 @@ const payment = await client.payments.create(
currency: "GBP",
links: { mandate: "MD123" },
},
{ idempotencyKey: uuidv4() },
uuidv4(),
);

// List the first three payments past a certain date.
Expand Down

0 comments on commit bc5a990

Please sign in to comment.