Files
opensourcepos/app
Ollama eec567ee15 Address CodeRabbit review comments
- Make sale update transaction atomic by wrapping sale row update,
  payment processing, and reward point adjustments in a single transaction
- Fix customer_id fallback bug: use array_key_exists instead of null
  coalesce to preserve previous customer when customer_id is omitted
- Prevent double-crediting on delete: only restore reward points when
  sale_status is not already CANCELED
- Remove sensitive payment data from debug logs: replace json_encode
  with aggregated values (count and totals)
2026-03-13 18:44:44 +00:00
..
2024-06-15 17:19:15 +02:00
2026-03-09 07:45:19 +01:00
2026-03-13 18:44:44 +00:00
2024-06-15 17:19:15 +02:00
2024-06-15 17:19:15 +02:00