Skip to content

Commit

Permalink
chore: update message
Browse files Browse the repository at this point in the history
  • Loading branch information
prolific117 committed Feb 6, 2024
1 parent bc5a990 commit 83730cd
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 @@ -44,7 +44,7 @@ For a full list of available resources, visit the [GoCardless API reference](htt
```js
const uuidv4 = require('uuid/v4');

// Create a new payment.
// Create a new payment with an idempotency key
const payment = await client.payments.create(
{
amount: 100,
Expand Down

0 comments on commit 83730cd

Please sign in to comment.