fix: include created_at on AddInvoice SmallOrder#739
Conversation
Populate order creation time when asking the buyer for an invoice so clients can display listing metadata consistently with hold-invoice flow. Also update config test Settings helper for anti_abuse_bond field. Co-authored-by: Cursor <cursoragent@cursor.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughAdds the order creation timestamp to the buyer invoice notification payload and updates a test Settings fixture to include ChangesInvoice payload and test fixture
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@coderabbitai review |
✅ Actions performedReview triggered.
|
Summary
SmallOrder.created_atfromorder.created_atinset_waiting_invoice_statuswhen sendingAction::AddInvoiceto the buyer, matching the payload shape used inflow::hold_invoice_paidso clients (e.g. Mostrix) can show order creation time after a take-sell flow without an invoice in the take message.Summary by CodeRabbit
Bug Fixes
Tests