@htmlbricks/hb-payment-paypal 0.72.1 → 0.73.0
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/main.iife.js +18 -0
- package/main.iife.js.map +1 -1
- package/manifest.json +2 -2
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -163,7 +163,7 @@
|
|
|
163
163
|
}
|
|
164
164
|
}
|
|
165
165
|
],
|
|
166
|
-
"iifeIntegrity": "sha384-
|
|
166
|
+
"iifeIntegrity": "sha384-6DX8rnckWugDhETjagQ3rP38BNzMELwtCn7YhKzQIJG2HIvPgHJ1y9LfP9od6pb0",
|
|
167
167
|
"dependencies": [],
|
|
168
168
|
"screenshots": [],
|
|
169
169
|
"licenses": [
|
|
@@ -184,5 +184,5 @@
|
|
|
184
184
|
"size": {},
|
|
185
185
|
"iifePath": "main.iife.js",
|
|
186
186
|
"repoName": "@htmlbricks/hb-payment-paypal",
|
|
187
|
-
"version": "0.
|
|
187
|
+
"version": "0.73.0"
|
|
188
188
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-payment-paypal",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.73.0",
|
|
4
4
|
"contributors": [],
|
|
5
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": [
|