- 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> |
||
|---|---|---|
| .. | ||
| .mvn/wrapper | ||
| src | ||
| .gitattributes | ||
| .gitignore | ||
| mvnw | ||
| mvnw.cmd | ||
| pom.xml | ||