payment-kit 1.13.183 → 1.13.185

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.13.183
17
+ version: 1.13.185
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.13.183",
3
+ "version": "1.13.185",
4
4
  "scripts": {
5
5
  "dev": "cross-env COMPONENT_STORE_URL=https://test.store.blocklet.dev blocklet dev --open",
6
6
  "eject": "vite eject",
@@ -50,7 +50,7 @@
50
50
  "@arcblock/jwt": "^1.18.110",
51
51
  "@arcblock/ux": "^2.9.39",
52
52
  "@blocklet/logger": "1.16.23",
53
- "@blocklet/payment-react": "1.13.183",
53
+ "@blocklet/payment-react": "1.13.185",
54
54
  "@blocklet/sdk": "1.16.23",
55
55
  "@blocklet/ui-react": "^2.9.39",
56
56
  "@blocklet/uploader": "^0.0.74",
@@ -110,7 +110,7 @@
110
110
  "devDependencies": {
111
111
  "@abtnode/types": "1.16.23",
112
112
  "@arcblock/eslint-config-ts": "^0.2.4",
113
- "@blocklet/payment-types": "1.13.183",
113
+ "@blocklet/payment-types": "1.13.185",
114
114
  "@types/cookie-parser": "^1.4.6",
115
115
  "@types/cors": "^2.8.17",
116
116
  "@types/dotenv-flow": "^3.3.3",
@@ -149,5 +149,5 @@
149
149
  "parser": "typescript"
150
150
  }
151
151
  },
152
- "gitHead": "8cf0deb151d24b4a1d58a18dd225d9ef8a8faecb"
152
+ "gitHead": "4780ee769cd4f0a7e4c415fd2209dea6711a6b74"
153
153
  }
@@ -74,7 +74,7 @@ export default function CustomerCancelForm({ data }: { data: TSubscriptionExpand
74
74
  multiline
75
75
  minRows={2}
76
76
  maxRows={4}
77
- placeholder="Any additional feedback?"
77
+ placeholder={t('payment.customer.cancel.comment')}
78
78
  {...field}
79
79
  />
80
80
  )}