Go to file
luklpz aeec27f7af fix: correct Dolibarr/PS filters and handle guest orders
- DolibarrClient.getProductByRef: use sqlfilters=(t.ref:=:'x') instead
  of unsupported ref query param (caused StockSync to push wrong stock)
- PrestashopClient.getProductByReference: wrap value in [x] for PS
  exact-match filter syntax (root cause of createProduct returning null)
- OrderSyncService.resolveCustomer: skip getCustomer when id_customer
  is 0 or null (guest orders returned 404 and failed import)
- StockSyncService: parse stock quantity as Double to handle "5.000"

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-15 08:05:18 +02:00
sync-service fix: correct Dolibarr/PS filters and handle guest orders 2026-05-15 08:05:18 +02:00
.gitignore feat: add sync-service Spring Boot middleware 2026-05-14 14:09:46 +02:00