File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,22 +19,22 @@ public function getBooked(array $filters = [])
19
19
20
20
public function getNotDue (array $ filters = [])
21
21
{
22
- return $ this ->get ($ filters , 'notDue ' );
22
+ return $ this ->get ($ filters , 'totals/booked/unpaid/ notDue ' );
23
23
}
24
24
25
25
public function getOverdue (array $ filters = [])
26
26
{
27
- return $ this ->get ($ filters , 'overdue ' );
27
+ return $ this ->get ($ filters , 'totals/booked/unpaid/ overdue ' );
28
28
}
29
29
30
30
public function getPaid (array $ filters = [])
31
31
{
32
- return $ this ->get ($ filters , 'paid ' );
32
+ return $ this ->get ($ filters , 'totals/booked/ paid ' );
33
33
}
34
34
35
35
public function getUnpaid (array $ filters = [])
36
36
{
37
- return $ this ->get ($ filters , 'unpaid ' );
37
+ return $ this ->get ($ filters , 'totals/booked/ unpaid ' );
38
38
}
39
39
40
40
public function getTotals (array $ filters = [])
You can’t perform that action at this time.
0 commit comments