torque-checkout 1.1.8 → 1.1.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -13,7 +13,7 @@ Official Torque checkout SDK for seamless eCommerce integrations. Generate multi
|
|
|
13
13
|
3. **Fill out business information** (name, email, website, etc.)
|
|
14
14
|
4. **Set your payment wallet address** (where you want to receive payments)
|
|
15
15
|
5. **Save your profile** (API key will be generated automatically)
|
|
16
|
-
6. **Get your credentials** from the
|
|
16
|
+
6. **Get your credentials** from the bottom of the business settings page
|
|
17
17
|
|
|
18
18
|
### Installation
|
|
19
19
|
|
|
@@ -332,8 +332,7 @@ Use our sandbox environment for testing:
|
|
|
332
332
|
```typescript
|
|
333
333
|
const torque = new TorqueCheckout({
|
|
334
334
|
businessId: 'test_business_123',
|
|
335
|
-
apiKey: 'test_api_key'
|
|
336
|
-
baseUrl: 'https://dashboard.torque.fi'
|
|
335
|
+
apiKey: 'test_api_key'
|
|
337
336
|
})
|
|
338
337
|
```
|
|
339
338
|
|