@blocklet/launcher-workflow 1.5.92 → 1.5.93
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/lib/purchase.js +3 -1
- package/package.json +9 -9
package/lib/purchase.js
CHANGED
|
@@ -87,7 +87,8 @@ function PurchasePage() {
|
|
|
87
87
|
session
|
|
88
88
|
} = (0, _session.useSessionContext)();
|
|
89
89
|
const {
|
|
90
|
-
t
|
|
90
|
+
t,
|
|
91
|
+
locale
|
|
91
92
|
} = (0, _locale.useLocaleContext)();
|
|
92
93
|
const [paying, setPaying] = (0, _react.useState)(false);
|
|
93
94
|
const [paymentInfo, setPaymentInfo] = (0, _react.useState)(null);
|
|
@@ -302,6 +303,7 @@ function PurchasePage() {
|
|
|
302
303
|
extraParams: getPurchaseParams(),
|
|
303
304
|
webWalletUrl: (0, _utils.getWebWalletUrl)(),
|
|
304
305
|
showDownload: false,
|
|
306
|
+
locale: locale,
|
|
305
307
|
messages: {
|
|
306
308
|
title: t('purchase.dialog.title'),
|
|
307
309
|
scan: t('purchase.dialog.scan'),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/launcher-workflow",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.93",
|
|
4
4
|
"description": "Purchase components for Launcher UI",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -37,16 +37,16 @@
|
|
|
37
37
|
"react": ">=16.12.0"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@arcblock/did-connect": "^1.16.
|
|
41
|
-
"@arcblock/icons": "^1.16.
|
|
42
|
-
"@arcblock/license": "^1.16.
|
|
43
|
-
"@arcblock/ux": "^1.16.
|
|
44
|
-
"@blocklet/launcher-constant": "1.5.
|
|
45
|
-
"@blocklet/launcher-layout": "1.5.
|
|
40
|
+
"@arcblock/did-connect": "^1.16.69",
|
|
41
|
+
"@arcblock/icons": "^1.16.69",
|
|
42
|
+
"@arcblock/license": "^1.16.69",
|
|
43
|
+
"@arcblock/ux": "^1.16.69",
|
|
44
|
+
"@blocklet/launcher-constant": "1.5.93",
|
|
45
|
+
"@blocklet/launcher-layout": "1.5.93",
|
|
46
46
|
"@material-ui/core": "^4.12.3",
|
|
47
47
|
"@material-ui/icons": "^4.11.2",
|
|
48
48
|
"@material-ui/lab": "^4.0.0-alpha.60",
|
|
49
|
-
"@ocap/util": "^1.15.
|
|
49
|
+
"@ocap/util": "^1.15.7",
|
|
50
50
|
"@stripe/react-stripe-js": "^1.7.0",
|
|
51
51
|
"@stripe/stripe-js": "^1.22.0",
|
|
52
52
|
"@styled-icons/remix-fill": "^10.18.0",
|
|
@@ -69,5 +69,5 @@
|
|
|
69
69
|
"babel-plugin-inline-react-svg": "^2.0.1",
|
|
70
70
|
"babel-plugin-styled-components": "^1.10.7"
|
|
71
71
|
},
|
|
72
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "03ee7a8545a031fdc39394caf3df0ea3d5dd3de1"
|
|
73
73
|
}
|