pelagia-portal/App/app/(portal)/payments
Hardik 5ad85417d9 fix(payments): only log PRODUCT_PRICE_UPDATED when price actually changed
Previously the action was logged unconditionally for every line item on
every payment confirmation, even when the price was identical to what was
already on the product. Now we compare unitPrice to the stored lastPrice
before deciding to record the change. New products being registered for
the first time are also excluded since that is not a price update.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-27 04:28:40 +05:30
..
history fix(po): tighten filters and export data 2026-05-22 17:15:03 +05:30
actions.ts fix(payments): only log PRODUCT_PRICE_UPDATED when price actually changed 2026-05-27 04:28:40 +05:30
page.tsx feat(payments): partial/advance payment support 2026-05-27 04:17:19 +05:30
payment-actions.tsx feat(payments): partial/advance payment support 2026-05-27 04:17:19 +05:30