fix(order-book): parse every payment method from the multi-value pm tag - #262
Conversation
- Read all values of the pm tag instead of only the first one. - Re-join them with commas, mirroring the fa tag handling. - Keep the Dart side untouched: the payment filter already tokenizes on commas and the card renders the full string. - Add a regression test with a multi-value pm tag and assert the single-method case in the existing fixed-amount test.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
WalkthroughThe order event parser now reads all ChangesPayment method parsing
Estimated code review effort: 2 (Simple) | ~10 minutes Suggested reviewers: Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ 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 |
fix #261
Summary by CodeRabbit