payment-kit 1.15.26 → 1.15.27

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.
@@ -43,9 +43,9 @@ export async function ensureStripeProduct(internal: Product, method: PaymentMeth
43
43
  if (internal.unit_label) {
44
44
  attrs.unit_label = internal.unit_label;
45
45
  }
46
- if (internal.statement_descriptor) {
47
- attrs.statement_descriptor = '';
48
- }
46
+ // if (internal.statement_descriptor) {
47
+ // attrs.statement_descriptor = '';
48
+ // }
49
49
 
50
50
  const product = await client.products.create(attrs);
51
51
  await internal.update({ metadata: merge(internal.metadata || {}, { stripe_id: product.id }) });
@@ -176,7 +176,6 @@ export async function ensureStripePaymentIntent(
176
176
  enabled: true,
177
177
  allow_redirects: 'never',
178
178
  },
179
- statement_descriptor: '',
180
179
  metadata: {
181
180
  appPid: env.appPid,
182
181
  id: internal.id,
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.26
17
+ version: 1.15.27
18
18
  logo: logo.png
19
19
  files:
20
20
  - dist
@@ -71,13 +71,11 @@ capabilities:
71
71
  clusterMode: false
72
72
  component: true
73
73
  screenshots:
74
- - 1-subscription.png
75
- - 2-customer-1.png
76
- - 3-customer-2.png
77
- - 4-admin-payments.png
78
- - 4-admin-products.png
79
- - 4-admin-settings.png
80
- - 5-dashboard.png
74
+ - e218485a93fbc18e5bd870bc323f75ad.png
75
+ - a3bf97be05559c86bd5c50f2085aaf5c.png
76
+ - 440cabfd95ea93702c9c694df3dbbaf1.png
77
+ - df305299c1d709f159fdd95c05995069.png
78
+ - a1d41fe1bad76c814b4a2ad5d4e1dab8.png
81
79
  components:
82
80
  - name: image-bin
83
81
  source:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "payment-kit",
3
- "version": "1.15.26",
3
+ "version": "1.15.27",
4
4
  "scripts": {
5
5
  "dev": "blocklet dev --open",
6
6
  "eject": "vite eject",
@@ -53,7 +53,7 @@
53
53
  "@arcblock/validator": "^1.18.137",
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.26",
56
+ "@blocklet/payment-react": "1.15.27",
57
57
  "@blocklet/sdk": "1.16.33-beta-20241031-073543-49b1ff9b",
58
58
  "@blocklet/ui-react": "^2.10.55",
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.26",
123
+ "@blocklet/payment-types": "1.15.27",
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": "c239cdb9e3d4a1275a69515a782b4194c9f33e89"
168
+ "gitHead": "8946aa1f48babb0f4c9da6d21ebd5025d6c91597"
169
169
  }
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file