@htmlbricks/hb-payment-paypal 0.65.20 → 0.65.23

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/manifest.json +4 -3
  2. package/package.json +2 -2
package/manifest.json CHANGED
@@ -69,7 +69,7 @@
69
69
  }
70
70
  }
71
71
  },
72
- "description": "",
72
+ "description": "Loads the PayPal JS SDK with your client id and currency, renders PayPal Buttons for a fixed order total, captures payment on approval, and dispatches paymentCompleted when the order is captured successfully.",
73
73
  "storybookArgs": {
74
74
  "paymentCompleted": {
75
75
  "action": "paymentCompleted"
@@ -125,12 +125,13 @@
125
125
  ],
126
126
  "readmePath": "README.md",
127
127
  "name": "hb-payment-paypal",
128
- "category": "payment",
128
+ "category": "commerce",
129
129
  "tags": [
130
+ "commerce",
130
131
  "payment"
131
132
  ],
132
133
  "size": {},
133
134
  "iifePath": "main.iife.js",
134
135
  "repoName": "@htmlbricks/hb-payment-paypal",
135
- "version": "0.65.20"
136
+ "version": "0.65.23"
136
137
  }
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-payment-paypal",
3
- "version": "0.65.20",
3
+ "version": "0.65.23",
4
4
  "contributors": [],
5
- "description": "",
5
+ "description": "Loads the PayPal JS SDK with your client id and currency, renders PayPal Buttons for a fixed order total, captures payment on approval, and dispatches paymentCompleted when the order is captured successfully.",
6
6
  "licenses": [
7
7
  {
8
8
  "type": "Apache-2.0",