payment-kit 1.22.3 → 1.22.4
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/api/src/routes/vendor.ts +1 -1
- package/blocklet.yml +1 -1
- package/package.json +6 -6
package/api/src/routes/vendor.ts
CHANGED
|
@@ -351,7 +351,7 @@ async function executeVendorOperation({
|
|
|
351
351
|
shortUrl: boolean;
|
|
352
352
|
appUrl?: string;
|
|
353
353
|
}) {
|
|
354
|
-
if (!vendorId || !orderId
|
|
354
|
+
if (!vendorId || !orderId) {
|
|
355
355
|
return {
|
|
356
356
|
error: 'Bad Request',
|
|
357
357
|
message: `vendorId or orderId is required, vendorId: ${vendorId}, orderId: ${orderId}`,
|
package/blocklet.yml
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "payment-kit",
|
|
3
|
-
"version": "1.22.
|
|
3
|
+
"version": "1.22.4",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"dev": "blocklet dev --open",
|
|
6
6
|
"lint": "tsc --noEmit && eslint src api/src --ext .mjs,.js,.jsx,.ts,.tsx",
|
|
@@ -56,9 +56,9 @@
|
|
|
56
56
|
"@blocklet/error": "^0.2.5",
|
|
57
57
|
"@blocklet/js-sdk": "^1.16.54-beta-20251029-055649-a9143beb",
|
|
58
58
|
"@blocklet/logger": "^1.16.54-beta-20251029-055649-a9143beb",
|
|
59
|
-
"@blocklet/payment-broker-client": "1.22.
|
|
60
|
-
"@blocklet/payment-react": "1.22.
|
|
61
|
-
"@blocklet/payment-vendor": "1.22.
|
|
59
|
+
"@blocklet/payment-broker-client": "1.22.4",
|
|
60
|
+
"@blocklet/payment-react": "1.22.4",
|
|
61
|
+
"@blocklet/payment-vendor": "1.22.4",
|
|
62
62
|
"@blocklet/sdk": "^1.16.54-beta-20251029-055649-a9143beb",
|
|
63
63
|
"@blocklet/ui-react": "^3.1.53",
|
|
64
64
|
"@blocklet/uploader": "^0.3.2",
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
"devDependencies": {
|
|
129
129
|
"@abtnode/types": "^1.16.54-beta-20251029-055649-a9143beb",
|
|
130
130
|
"@arcblock/eslint-config-ts": "^0.3.3",
|
|
131
|
-
"@blocklet/payment-types": "1.22.
|
|
131
|
+
"@blocklet/payment-types": "1.22.4",
|
|
132
132
|
"@types/cookie-parser": "^1.4.9",
|
|
133
133
|
"@types/cors": "^2.8.19",
|
|
134
134
|
"@types/debug": "^4.1.12",
|
|
@@ -175,5 +175,5 @@
|
|
|
175
175
|
"parser": "typescript"
|
|
176
176
|
}
|
|
177
177
|
},
|
|
178
|
-
"gitHead": "
|
|
178
|
+
"gitHead": "fd5b976da43060ffe6eacaab7486cca610404ee8"
|
|
179
179
|
}
|