We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 359ad69 commit 47fff82Copy full SHA for 47fff82
src/endpoints/customers.js
@@ -61,7 +61,7 @@ class CustomersEndpoint extends CRUDExtend {
61
limit,
62
offset,
63
filter,
64
- total_method: total_method ?? 'exact'
+ ...(total_method && { total_method })
65
}),
66
'GET',
67
undefined,
0 commit comments