@pinelab/vendure-plugin-qls-fulfillment 1.6.0 → 1.7.0

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/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ # 1.7.0 (2026-03-15)
2
+
3
+ - Pass order phone number to QLS
4
+
1
5
  # 1.6.0 (2026-03-09)
2
6
 
3
7
  - Skip syncing disabled products/variants to QLS
@@ -177,7 +177,7 @@ let QlsOrderService = class QlsOrderService {
177
177
  locality: order.shippingAddress.city,
178
178
  country: order.shippingAddress.countryCode.toUpperCase(),
179
179
  email: order.customer.emailAddress,
180
- phone: order.customer.phoneNumber,
180
+ phone: order.shippingAddress.phoneNumber ?? order.customer.phoneNumber,
181
181
  },
182
182
  products: qlsProducts,
183
183
  ...(additionalOrderFields ?? {}),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pinelab/vendure-plugin-qls-fulfillment",
3
- "version": "1.6.0",
3
+ "version": "1.7.0",
4
4
  "description": "Vendure plugin to fulfill orders via QLS.",
5
5
  "keywords": [
6
6
  "fulfillment",