Skip to content

Commit d1fc69a

Browse files
authored
Merge pull request #85154 from Expensify/claude-surfacePaymentErrorFromBackend
Fix: Surface specific payment error from backend instead of generic fallback
2 parents 165bbc3 + f53d429 commit d1fc69a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/libs/actions/IOU/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9535,7 +9535,7 @@ function getPayMoneyRequestParams({
95359535
key: `${ONYXKEYS.COLLECTION.REPORT_ACTIONS}${iouReport?.reportID}`,
95369536
value: {
95379537
[optimisticIOUReportAction.reportActionID]: {
9538-
errors: getMicroSecondOnyxErrorWithTranslationKey('iou.error.other'),
9538+
errors: getMicroSecondOnyxErrorWithTranslationKey('iou.error.other', 0),
95399539
},
95409540
},
95419541
},

0 commit comments

Comments
 (0)