Skip to content

Commit

Permalink
Edit comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gcatanese authored Jun 7, 2024
1 parent 857a7a7 commit 3920c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion giftcard-example/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dotenv.config({
path: "./.env",
});

// Adyen Node.js API library boilerplate (configuration, etc.)
// Setup Adyen Node.js API library
const config = new Config();
config.apiKey = process.env.ADYEN_API_KEY;
const client = new Client({ config });
Expand Down

0 comments on commit 3920c80

Please sign in to comment.