@smartpay/sdk-node
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -7,3 +7,3 @@ { | ||
}, | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Smartpay SDK NodeJS", | ||
@@ -10,0 +10,0 @@ "main": "./build/cjs/index.cjs", |
@@ -19,3 +19,3 @@ # Smartpay Nodejs SDK | ||
The package needs to be configured with your own API keys, you can find them on your [dashboard](https://merchant.smartpay.co/settings/credentials). | ||
The package needs to be configured with your own API keys, you can find them on your [dashboard](https://dashboard.smartpay.co/settings/credentials). | ||
@@ -25,4 +25,4 @@ ```javascript | ||
const smartpay = new Smartpay('<YOUR_PRIVATE_API_KEY>', { | ||
publicKey: '<YOUR_PUBLIC_API_KEY>', | ||
const smartpay = new Smartpay('<YOUR_SECRET_KEY>', { | ||
publicKey: '<YOUR_PUBLIC_KEY>', | ||
}); | ||
@@ -29,0 +29,0 @@ ``` |
60521