Our Laravel POS sales platform occasionally drops completed SALES they process correctly on the checkout side but never reach the back-office sales list. It happens to specific transactions rather than all of them, so I need you to trace the break in the data flow, patch whatever is causing the missing records, and confirm every new sale is logged. At the same time, the system currently talks to our WordPress site through an API that still targets our previous domain. I have already launched the new domain, so the integration needs its base URL, tokens and any hard-coded callbacks updated accordingly. Once the switch is made, the old domain references should be removed to avoid duplicate calls or security warnings. Key deliverables: • Diagnose and resolve the “selective sales not showing” issue until every completed purchase appears in the sales list. • Re-point the existing API integration to the new WordPress domain, retire the old endpoint, and verify end-to-end order syncing. • Provide a short hand-off note summarising the fix, files touched, and tests run. I can give you server access, current API keys, and recent error logs as soon as we start.