@unchainedshop/plugins 2.10.5 → 2.10.7

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.
@@ -1,3 +1,4 @@
1
+ import { slugify } from '@unchainedshop/utils';
1
2
  import Stripe from 'stripe';
2
3
  const { STRIPE_SECRET, STRIPE_WEBHOOK_ENVIRONMENT, EMAIL_WEBSITE_NAME } = process.env;
3
4
  const stripe = new Stripe(STRIPE_SECRET, {
@@ -31,9 +32,8 @@ export const createOrderPaymentIntent = async ({ order, orderPayment, pricing },
31
32
  const paymentIntent = await stripe.paymentIntents.create({
32
33
  amount: Math.round(amount),
33
34
  currency: currency.toLowerCase(),
34
- description: `${reference} #${order.orderNumber}`,
35
- statement_descriptor: order.orderNumber,
36
- statement_descriptor_suffix: reference,
35
+ description: `${reference}`,
36
+ statement_descriptor_suffix: slugify(reference),
37
37
  receipt_email: order.contact?.emailAddress,
38
38
  setup_future_usage: 'off_session', // Verify your integration in this guide by including this parameter
39
39
  metadata: {
@@ -1 +1 @@
1
- {"version":3,"file":"stripe.js","sourceRoot":"","sources":["../../../src/payment/stripe/stripe.ts"],"names":[],"mappings":"AAAA,OAAO,MAAM,MAAM,QAAQ,CAAC;AAE5B,MAAM,EAAE,aAAa,EAAE,0BAA0B,EAAE,kBAAkB,EAAE,GAAG,OAAO,CAAC,GAAG,CAAC;AAEtF,MAAM,MAAM,GAAG,IAAI,MAAM,CAAC,aAAa,EAAE;IACvC,UAAU,EAAE,YAAY;CACzB,CAAC,CAAC;AAEH,eAAe,MAAM,CAAC;AAEtB,MAAM,CAAC,MAAM,wBAAwB,GAAG,KAAK,EAC3C,EAAE,MAAM,EAAE,IAAI,EAAE,KAAK,EAAE,iBAAiB,EAAE,EAC1C,OAAO,GAAG,EAAE,EACZ,EAAE;IACF,MAAM,QAAQ,GAAG,MAAM,MAAM,CAAC,SAAS,CAAC,MAAM,CAAC;QAC7C,QAAQ,EAAE;YACR,MAAM;YACN,WAAW,EAAE,0BAA0B,IAAI,IAAI;SAChD;QACD,IAAI;QACJ,KAAK;KACN,CAAC,CAAC;IACH,MAAM,WAAW,GAAG,MAAM,MAAM,CAAC,YAAY,CAAC,MAAM,CAAC;QACnD,QAAQ,EAAE,QAAQ,CAAC,EAAE;QACrB,QAAQ,EAAE;YACR,MAAM;YACN,iBAAiB;YACjB,WAAW,EAAE,0BAA0B,IAAI,IAAI;SAChD;QACD,KAAK,EAAE,aAAa;QACpB,GAAG,OAAO;KACX,CAAC,CAAC;IACH,OAAO,WAAW,CAAC;AACrB,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,wBAAwB,GAAG,KAAK,EAAE,EAAE,KAAK,EAAE,YAAY,EAAE,OAAO,EAAE,EAAE,OAAO,GAAG,EAAE,EAAE,EAAE;IAC/F,MAAM,SAAS,GAAG,kBAAkB,IAAI,KAAK,CAAC,GAAG,CAAC;IAClD,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,GAAG,OAAO,CAAC,KAAK,CAAC,EAAE,WAAW,EAAE,KAAK,EAAE,CAAC,CAAC;IACnE,MAAM,aAAa,GAAG,MAAM,MAAM,CAAC,cAAc,CAAC,MAAM,CAAC;QACvD,MAAM,EAAE,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC;QAC1B,QAAQ,EAAE,QAAQ,CAAC,WAAW,EAAE;QAChC,WAAW,EAAE,GAAG,SAAS,KAAK,KAAK,CAAC,WAAW,EAAE;QACjD,oBAAoB,EAAE,KAAK,CAAC,WAAW;QACvC,2BAA2B,EAAE,SAAS;QACtC,aAAa,EAAE,KAAK,CAAC,OAAO,EAAE,YAAY;QAC1C,kBAAkB,EAAE,aAAa,EAAE,oEAAoE;QACvG,QAAQ,EAAE;YACR,cAAc,EAAE,YAAY,CAAC,GAAG;YAChC,WAAW,EAAE,0BAA0B,IAAI,IAAI;SAChD;QACD,GAAG,OAAO;KACX,CAAC,CAAC;IACH,OAAO,aAAa,CAAC;AACvB,CAAC,CAAC"}
1
+ {"version":3,"file":"stripe.js","sourceRoot":"","sources":["../../../src/payment/stripe/stripe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAC/C,OAAO,MAAM,MAAM,QAAQ,CAAC;AAE5B,MAAM,EAAE,aAAa,EAAE,0BAA0B,EAAE,kBAAkB,EAAE,GAAG,OAAO,CAAC,GAAG,CAAC;AAEtF,MAAM,MAAM,GAAG,IAAI,MAAM,CAAC,aAAa,EAAE;IACvC,UAAU,EAAE,YAAY;CACzB,CAAC,CAAC;AAEH,eAAe,MAAM,CAAC;AAEtB,MAAM,CAAC,MAAM,wBAAwB,GAAG,KAAK,EAC3C,EAAE,MAAM,EAAE,IAAI,EAAE,KAAK,EAAE,iBAAiB,EAAE,EAC1C,OAAO,GAAG,EAAE,EACZ,EAAE;IACF,MAAM,QAAQ,GAAG,MAAM,MAAM,CAAC,SAAS,CAAC,MAAM,CAAC;QAC7C,QAAQ,EAAE;YACR,MAAM;YACN,WAAW,EAAE,0BAA0B,IAAI,IAAI;SAChD;QACD,IAAI;QACJ,KAAK;KACN,CAAC,CAAC;IACH,MAAM,WAAW,GAAG,MAAM,MAAM,CAAC,YAAY,CAAC,MAAM,CAAC;QACnD,QAAQ,EAAE,QAAQ,CAAC,EAAE;QACrB,QAAQ,EAAE;YACR,MAAM;YACN,iBAAiB;YACjB,WAAW,EAAE,0BAA0B,IAAI,IAAI;SAChD;QACD,KAAK,EAAE,aAAa;QACpB,GAAG,OAAO;KACX,CAAC,CAAC;IACH,OAAO,WAAW,CAAC;AACrB,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,wBAAwB,GAAG,KAAK,EAAE,EAAE,KAAK,EAAE,YAAY,EAAE,OAAO,EAAE,EAAE,OAAO,GAAG,EAAE,EAAE,EAAE;IAC/F,MAAM,SAAS,GAAG,kBAAkB,IAAI,KAAK,CAAC,GAAG,CAAC;IAClD,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,GAAG,OAAO,CAAC,KAAK,CAAC,EAAE,WAAW,EAAE,KAAK,EAAE,CAAC,CAAC;IACnE,MAAM,aAAa,GAAG,MAAM,MAAM,CAAC,cAAc,CAAC,MAAM,CAAC;QACvD,MAAM,EAAE,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC;QAC1B,QAAQ,EAAE,QAAQ,CAAC,WAAW,EAAE;QAChC,WAAW,EAAE,GAAG,SAAS,EAAE;QAC3B,2BAA2B,EAAE,OAAO,CAAC,SAAS,CAAC;QAC/C,aAAa,EAAE,KAAK,CAAC,OAAO,EAAE,YAAY;QAC1C,kBAAkB,EAAE,aAAa,EAAE,oEAAoE;QACvG,QAAQ,EAAE;YACR,cAAc,EAAE,YAAY,CAAC,GAAG;YAChC,WAAW,EAAE,0BAA0B,IAAI,IAAI;SAChD;QACD,GAAG,OAAO;KACX,CAAC,CAAC;IACH,OAAO,aAAa,CAAC;AACvB,CAAC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unchainedshop/plugins",
3
- "version": "2.10.5",
3
+ "version": "2.10.7",
4
4
  "main": "lib/plugins-index.js",
5
5
  "types": "lib/plugins-index.d.ts",
6
6
  "exports": {
@@ -51,7 +51,7 @@
51
51
  "type": "module",
52
52
  "scripts": {
53
53
  "clean": "rm -rf lib",
54
- "prepare": "npm run clean && tsc",
54
+ "prepublishOnly": "npm run clean && tsc",
55
55
  "watch": "tsc -w",
56
56
  "test": "NODE_OPTIONS=--experimental-vm-modules jest --detectOpenHandles --forceExit",
57
57
  "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch --detectOpenHandles --forceExit"
@@ -75,48 +75,48 @@
75
75
  "@redis/client": "^1.5.8",
76
76
  "bip32": "^4.0.0",
77
77
  "escape-string-regexp": "^5.0.0",
78
- "ethers": "^6.13.0",
78
+ "ethers": "^6.13.1",
79
79
  "express": "^4.x",
80
80
  "lru-cache": "^10.0.0",
81
81
  "open": "^10.0.0",
82
82
  "postfinancecheckout": "^4.1.1",
83
- "stripe": "^15.10.0",
83
+ "stripe": "^15.12.0",
84
84
  "tiny-secp256k1": "^2.2.3",
85
- "twilio": "^5.1.1",
85
+ "twilio": "^5.2.0",
86
86
  "web-push": "^3.6.3"
87
87
  },
88
88
  "devDependencies": {
89
89
  "@redis/client": "^1.5.16",
90
- "@types/node": "^20.14.2",
91
- "@unchainedshop/api": "^2.10.5",
92
- "@unchainedshop/core-delivery": "^2.10.5",
93
- "@unchainedshop/core-enrollments": "^2.10.5",
94
- "@unchainedshop/core-filters": "^2.10.5",
95
- "@unchainedshop/core-messaging": "^2.10.5",
96
- "@unchainedshop/core-orders": "^2.10.5",
97
- "@unchainedshop/core-payment": "^2.10.5",
98
- "@unchainedshop/core-products": "^2.10.5",
99
- "@unchainedshop/core-quotations": "^2.10.5",
100
- "@unchainedshop/core-warehousing": "^2.10.5",
101
- "@unchainedshop/core-worker": "^2.10.5",
102
- "@unchainedshop/events": "^2.10.5",
103
- "@unchainedshop/file-upload": "^2.10.5",
104
- "@unchainedshop/logger": "^2.10.5",
105
- "@unchainedshop/types": "^2.10.5",
106
- "@unchainedshop/utils": "^2.10.5",
90
+ "@types/node": "^20.14.7",
91
+ "@unchainedshop/api": "^2.10.7",
92
+ "@unchainedshop/core-delivery": "^2.10.7",
93
+ "@unchainedshop/core-enrollments": "^2.10.7",
94
+ "@unchainedshop/core-filters": "^2.10.7",
95
+ "@unchainedshop/core-messaging": "^2.10.7",
96
+ "@unchainedshop/core-orders": "^2.10.7",
97
+ "@unchainedshop/core-payment": "^2.10.7",
98
+ "@unchainedshop/core-products": "^2.10.7",
99
+ "@unchainedshop/core-quotations": "^2.10.7",
100
+ "@unchainedshop/core-warehousing": "^2.10.7",
101
+ "@unchainedshop/core-worker": "^2.10.7",
102
+ "@unchainedshop/events": "^2.10.7",
103
+ "@unchainedshop/file-upload": "^2.10.7",
104
+ "@unchainedshop/logger": "^2.10.7",
105
+ "@unchainedshop/types": "^2.10.7",
106
+ "@unchainedshop/utils": "^2.10.7",
107
107
  "bluebird": "^3.7.2",
108
108
  "event-iterator": "^2.0.0",
109
109
  "express": "^4.19.2",
110
110
  "jest": "^29.7.0",
111
111
  "JSONStream": "^1.3.5",
112
112
  "lru-cache": "^10.2.2",
113
- "minio": "^8.0.0",
113
+ "minio": "^8.0.1",
114
114
  "node-sheets": "^1.2.0",
115
- "nodemailer": "^6.9.13",
115
+ "nodemailer": "^6.9.14",
116
116
  "open": "^10.1.0",
117
117
  "postfinancecheckout": "^4.5.0",
118
118
  "request": "^2.88.2",
119
- "ts-jest": "^29.1.4",
119
+ "ts-jest": "^29.1.5",
120
120
  "typescript": "^5.4.5",
121
121
  "web-push": "^3.6.7",
122
122
  "xml-js": "^1.6.11"
@@ -1,3 +1,4 @@
1
+ import { slugify } from '@unchainedshop/utils';
1
2
  import Stripe from 'stripe';
2
3
 
3
4
  const { STRIPE_SECRET, STRIPE_WEBHOOK_ENVIRONMENT, EMAIL_WEBSITE_NAME } = process.env;
@@ -39,9 +40,8 @@ export const createOrderPaymentIntent = async ({ order, orderPayment, pricing },
39
40
  const paymentIntent = await stripe.paymentIntents.create({
40
41
  amount: Math.round(amount),
41
42
  currency: currency.toLowerCase(),
42
- description: `${reference} #${order.orderNumber}`,
43
- statement_descriptor: order.orderNumber,
44
- statement_descriptor_suffix: reference,
43
+ description: `${reference}`,
44
+ statement_descriptor_suffix: slugify(reference),
45
45
  receipt_email: order.contact?.emailAddress,
46
46
  setup_future_usage: 'off_session', // Verify your integration in this guide by including this parameter
47
47
  metadata: {