docs: activity log — frontend v2.8.91 (seller stepper paid→ship)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
moojttaba
2026-06-04 15:11:08 +03:30
parent 98fa717f7d
commit 824663bcaa

View File

@@ -1292,4 +1292,19 @@ request to 'payment'.
---
### 2026-06-04 — frontend v2.8.91 — seller stepper: paid/shop request shows "ship goods"
Buyer stepper confirmed correct (paid shop request → step 4 «انتظار ارسال»).
Seller side was wrong: a paid shop (template) purchase showed seller step 1
(«ارسال پیشنهاد») because determineSellerStep gated the step on an
accepted/hasOffer context the seller view couldn't reliably compute (id seam).
Since a funded escrow implies an accepted offer for that seller, post-payment
seller steps are now FIXED/unconditional: pending_payment/payment_pending → 2
(awaiting payment), payment/processing/paid → 3 (ship goods), delivery → 4,
delivered/confirming → 5, seller_paid/completed → 6. Removed the unreliable
`accepted` flag. (Pre-payment states keep the hasOffer 1/2 logic.)
**Verification:** tsc + eslint clean.
---
<!-- Add new entries above this line. Newest at top. -->