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.
Files changed (2) hide show
  1. package/README.md +2 -3
  2. 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 API Integration tab
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "torque-checkout",
3
- "version": "1.1.8",
3
+ "version": "1.1.9",
4
4
  "description": "Official Torque checkout SDK for eCommerce integrations",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",