Skip to content

Commit

Permalink
feat: Added Condition for restricting pending txns (#2789)
Browse files Browse the repository at this point in the history
* feat: Method Changes in expense service

* feat Added check for pending txns

* feat: removed unwanted variable

* feat: function name changed

* reverted function name change

* feat: Added function feature

* feat: added test

* fdescrbe removed

* feat: removed add expense button which is not working from day zero

* feat: changed function name

* feat: test and function update

* feta: test case updated

* feat: Added API call

* feat: added transactions and fixed tests

* fix: filtering of expenses list

* query param fix

* feat: syncronous behaviour chnages

* feat :test chages

* feat: All converted to describe

* test: disabled a flaky test

* test: fix for apiexpenses

* test fix

* fix for messaging in toast
  • Loading branch information
Suraj Kumar authored Mar 6, 2024
1 parent e01b4d3 commit 10fff69
Show file tree
Hide file tree
Showing 16 changed files with 789 additions and 907 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ export const unreportedExpensesQueryParams: ExpensesQueryParams = {
state: 'in.(COMPLETE)',
or: '(policy_amount.is.null,policy_amount.gt.0.0001)',
report_id: 'is.null',
and: '(or(matched_corporate_card_transactions.eq.[],matched_corporate_card_transactions->0->status.neq.PENDING))',
},
};
Loading

0 comments on commit 10fff69

Please sign in to comment.