payment-kit 1.15.35 → 1.15.36

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 CHANGED
@@ -14,7 +14,7 @@ repository:
14
14
  type: git
15
15
  url: git+https://github.com/blocklet/payment-kit.git
16
16
  specVersion: 1.2.8
17
- version: 1.15.35
17
+ version: 1.15.36
18
18
  logo: logo.png
19
19
  files:
20
20
  - dist
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "payment-kit",
3
- "version": "1.15.35",
3
+ "version": "1.15.36",
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.15.35",
56
+ "@blocklet/payment-react": "1.15.36",
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.15.35",
123
+ "@blocklet/payment-types": "1.15.36",
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": "279b6f2fee57a20cffdc78c0c1cf3a140cd142c4"
168
+ "gitHead": "0139cb00a67b6ebd845d932fa6f240cf95b1cc16"
169
169
  }
@@ -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',