fix(ramp): fixes order details bug cp-7.71.0#27755
Conversation
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
🔍 Smart E2E Test Selection
click to see 🤖 AI reasoning detailsE2E Test Selection:
Impact assessment:
Tag selection: SmokeRamps is the appropriate tag as it covers fiat on-ramp/off-ramp features including order details flows. No dependent tags are required per the SmokeRamps description (it only mentions SmokeWalletPlatform when wallet home/actions entry points are changed, which is not the case here). Performance Test Selection: |
|
✅ E2E Fixture Validation — Schema is up to date |
|




Description
Fixes an order details UI bug where the title for bank transfer details was displaying for non bank-transfer orders.
TRAM 3359
Changelog
CHANGELOG entry: fixes an order details UI bug
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
*
After
Pre-merge author checklist
Pre-merge reviewer checklist
Note
Low Risk
Low risk UI-only change that gates rendering of the bank details section; main risk is unintentionally hiding bank details if upstream field names/structure change.
Overview
Fixes an order details UI bug where the bank-transfer section header could render for non-bank-transfer orders.
OrderContentnow returnsnullforbankDetailFieldsunless at least one expected bank detail field (e.g., amount, routing/account, IBAN/BIC) is present, and tests add coverage for absent/empty/non-matchingpaymentDetailsvs. bank-transfer/SEPA scenarios.Written by Cursor Bugbot for commit 65f6cfc. This will update automatically on new commits. Configure here.