torque-checkout 1.1.5 → 1.1.7
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 +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# torque-checkout
|
|
2
2
|
|
|
3
|
-
Official Torque checkout SDK for seamless
|
|
3
|
+
Official Torque checkout SDK for seamless eCommerce integrations. Generate multi-product checkout links, track orders, and manage customer data with our powerful API.
|
|
4
4
|
|
|
5
5
|
## Quick Start
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "torque-checkout",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.7",
|
|
4
4
|
"description": "Official Torque checkout SDK for eCommerce integrations",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.esm.js",
|
|
@@ -20,13 +20,13 @@
|
|
|
20
20
|
"keywords": [
|
|
21
21
|
"torque",
|
|
22
22
|
"checkout",
|
|
23
|
-
"
|
|
23
|
+
"eCommerce",
|
|
24
24
|
"payment",
|
|
25
25
|
"cart",
|
|
26
26
|
"multi-product"
|
|
27
27
|
],
|
|
28
|
-
"author": "Torque
|
|
29
|
-
"license": "
|
|
28
|
+
"author": "Torque <hello@torque.fi>",
|
|
29
|
+
"license": "Commercial",
|
|
30
30
|
"repository": {
|
|
31
31
|
"type": "git",
|
|
32
32
|
"url": "https://github.com/torquefi/checkout.git"
|