We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 241d3fd commit 0bfe848Copy full SHA for 0bfe848
README.md
@@ -343,7 +343,7 @@ For In-Person Payments integrations with the[Cloud Terminal API](https://docs.ad
343
``` javascript
344
// Step 1: Require the parts of the module you want to use
345
const {Client, TerminalCloudAPI} from "@adyen/api-library";
346
-import Config, { RegionEnum } from "../config";
+const { Config, RegionEnum } = require("@adyen/api-library");
347
348
// Step 2: Initialize the client object
349
const config = new Config({
0 commit comments