payment-kit 1.15.35 → 1.16.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/blocklet.yml +1 -1
- package/package.json +4 -4
- package/src/locales/en.tsx +5 -0
package/blocklet.yml
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "payment-kit",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.16.0",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"dev": "blocklet dev --open",
|
|
6
6
|
"eject": "vite eject",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"@arcblock/validator": "^1.18.139",
|
|
54
54
|
"@blocklet/js-sdk": "1.16.33-beta-20241031-073543-49b1ff9b",
|
|
55
55
|
"@blocklet/logger": "1.16.33-beta-20241031-073543-49b1ff9b",
|
|
56
|
-
"@blocklet/payment-react": "1.
|
|
56
|
+
"@blocklet/payment-react": "1.16.0",
|
|
57
57
|
"@blocklet/sdk": "1.16.33-beta-20241031-073543-49b1ff9b",
|
|
58
58
|
"@blocklet/ui-react": "^2.10.65",
|
|
59
59
|
"@blocklet/uploader": "^0.1.51",
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
"devDependencies": {
|
|
121
121
|
"@abtnode/types": "1.16.33-beta-20241031-073543-49b1ff9b",
|
|
122
122
|
"@arcblock/eslint-config-ts": "^0.3.3",
|
|
123
|
-
"@blocklet/payment-types": "1.
|
|
123
|
+
"@blocklet/payment-types": "1.16.0",
|
|
124
124
|
"@types/cookie-parser": "^1.4.7",
|
|
125
125
|
"@types/cors": "^2.8.17",
|
|
126
126
|
"@types/debug": "^4.1.12",
|
|
@@ -165,5 +165,5 @@
|
|
|
165
165
|
"parser": "typescript"
|
|
166
166
|
}
|
|
167
167
|
},
|
|
168
|
-
"gitHead": "
|
|
168
|
+
"gitHead": "8d3dd981076bd6ace838f221a2171228456cb1f9"
|
|
169
169
|
}
|
package/src/locales/en.tsx
CHANGED
|
@@ -288,6 +288,11 @@ export default flat({
|
|
|
288
288
|
attention: 'Failed payments',
|
|
289
289
|
refundError: 'Failed to refund payment',
|
|
290
290
|
refundSuccess: 'Refund application has been successfully created',
|
|
291
|
+
cancelRefund: 'Cancel refund',
|
|
292
|
+
refundCanceled: 'Cancel refund successfully',
|
|
293
|
+
refundCanceledError: 'Failed to cancel refund',
|
|
294
|
+
refundCanceledTip:
|
|
295
|
+
'Are you sure you want to cancel the refund application? After cancellation, the refund will no longer be processed.',
|
|
291
296
|
refundForm: {
|
|
292
297
|
reason: 'Refund reason',
|
|
293
298
|
amount: 'Refund amount',
|