Open Julesssss opened 2 months ago
Triggered auto assignment to @miljakljajic (NewFeature
), see https://stackoverflowteams.com/c/expensify/questions/14418#:~:text=BugZero%20process%20steps%20for%20feature%20requests for more details. Please add this Feature request to a GH project, as outlined in the SO.
Anything you need from me on this one @Julesssss or will it all be handled internally?
Hey @miljakljajic, this will be handled by SWM hopefully so feel free to unassign.
Thank you!
Blocked by this issue
Still blocked, but not for much longer.
Project is held
The
EditMoneyRequest
command has now been replaced by a newUpdateMoneyRequestAttendees
command.We need to update App to use this command with the correct param names (see below). And we also need to update Web-E to expose the command and pass on the params from App. We also need to ensure recent attendee logic is passed payerAccountID from front-end
The new command requires that we pass a nameValuePairs object and not just the attendees array. To do this we will wrap the
attendees
object in anameValuePairs
param:Requirements
attendees
to Web-E, wrapped in the full nameValuePars object that is expected in the backendtransaction.attendees
_More details here in the Attendee tracking design doc._