Claude VM f7f7c59d17 fix(epay): paginate ShowOrderDetails — orders >5 items only exposed first page
ePay paginates order documents 5/page (&navDir=<page>, 'Total items: N').
getOrderStatus only parsed page 1, so a 15-item order surfaced 5 docs:
5 parcels CF-matched correctly, 5 got WRONG PDFs via the index fallback,
5 failed with 'Document lipsă' (2026-06-04, order 10009605).

- parseOrderPage(): per-page CF+solutii extraction, zipped per page
- getOrderStatus(): walks all pages, dedupes by idDocument, stops on
  empty page

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-04 18:44:17 +03:00
S
Description
No description provided
3.4 MiB
Languages
TypeScript 98.7%
Shell 0.4%
PLpgSQL 0.4%
Dockerfile 0.2%
CSS 0.1%
Other 0.1%