You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code we're using to decide whether a money request is a workspace request or a P2P request relies on policy being set
This works when creating money request because the methods we call don't pass a policyID
But P2P request get put on a report that's on a personal workspace, the the policy/policyID is set in the code used for updating money request
Let's update the code for updating money requests to use PolicyUtils.isPaidGroupPolicy to determine if the request is a workspace request or a P2P request
policybeing setPolicyUtils.isPaidGroupPolicyto determine if the request is a workspace request or a P2P request@lindboe please comment for assignment