torque-checkout 1.1.3 → 1.1.4
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 -10
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -240,7 +240,7 @@ interface CartOptions {
|
|
|
240
240
|
}
|
|
241
241
|
```
|
|
242
242
|
|
|
243
|
-
##
|
|
243
|
+
## Platform Integrations
|
|
244
244
|
|
|
245
245
|
### Shopify
|
|
246
246
|
|
|
@@ -390,21 +390,13 @@ await torque.trackCheckoutComplete('order_123', {
|
|
|
390
390
|
|
|
391
391
|
## Payment Destination
|
|
392
392
|
|
|
393
|
-
**
|
|
393
|
+
**Payments are transferred to the wallet address set in business profile.**
|
|
394
394
|
|
|
395
395
|
- **Set once**: Configure your payment wallet in business settings
|
|
396
396
|
- **Automatic transfers**: All successful checkouts send funds to your wallet
|
|
397
397
|
- **Secure**: No need to handle payment addresses in your code
|
|
398
398
|
- **Update anytime**: Change your payment wallet in business settings
|
|
399
399
|
|
|
400
|
-
## Security
|
|
401
|
-
|
|
402
|
-
- API keys are automatically included in all requests
|
|
403
|
-
- All requests use HTTPS
|
|
404
|
-
- Request timeouts prevent hanging connections
|
|
405
|
-
- Input validation on all methods
|
|
406
|
-
- Payment wallet address is securely stored in your business profile
|
|
407
|
-
|
|
408
400
|
## Performance
|
|
409
401
|
|
|
410
402
|
- Built-in request caching with cart hashing
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "torque-checkout",
|
|
3
|
-
"version": "1.1.
|
|
4
|
-
"description": "Official Torque checkout SDK for
|
|
3
|
+
"version": "1.1.4",
|
|
4
|
+
"description": "Official Torque checkout SDK for eCommerce integrations",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.esm.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|