@blocklet/launcher-workflow 2.0.17 → 2.0.18

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/lib/checkout.js +1 -1
  2. package/package.json +5 -5
package/lib/checkout.js CHANGED
@@ -151,7 +151,7 @@ function CheckoutPage() {
151
151
  return;
152
152
  }
153
153
  setPaying(true);
154
- const paymentTokenURL = (0, _urlJoin.default)(didPayPrefix, "/did/purchase/token?productId=".concat(planId, "&paymentMethodId=").concat(paymentMethod._id));
154
+ const paymentTokenURL = "/did/purchase/token?productId=".concat(planId, "&paymentMethodId=").concat(paymentMethod._id);
155
155
  const {
156
156
  data
157
157
  } = await api.get(paymentTokenURL);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/launcher-workflow",
3
- "version": "2.0.17",
3
+ "version": "2.0.18",
4
4
  "description": "Purchase components for Launcher UI",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -40,9 +40,9 @@
40
40
  "@arcblock/icons": "^2.5.18",
41
41
  "@arcblock/license": "^2.5.18",
42
42
  "@arcblock/ux": "^2.5.18",
43
- "@blocklet/launcher-layout": "2.0.17",
44
- "@blocklet/launcher-util": "2.0.17",
45
- "@blocklet/launcher-ux": "2.0.17",
43
+ "@blocklet/launcher-layout": "2.0.18",
44
+ "@blocklet/launcher-util": "2.0.18",
45
+ "@blocklet/launcher-ux": "2.0.18",
46
46
  "@did-pay/react": "^1.9.49",
47
47
  "@emotion/react": "^11.10.6",
48
48
  "@emotion/styled": "^11.10.6",
@@ -72,5 +72,5 @@
72
72
  "@babel/preset-react": "^7.18.6",
73
73
  "babel-plugin-inline-react-svg": "^2.0.2"
74
74
  },
75
- "gitHead": "df5c1f0ba96b492a614db424335a0889ce5d0813"
75
+ "gitHead": "5930cbdd6b8aff12a4964c6e200ee1fea6c853f0"
76
76
  }