We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7577e9a commit 730e551Copy full SHA for 730e551
1 file changed
src/Api/Reseller.php
@@ -40,6 +40,6 @@ public function getPricing($id)
40
{
41
return $this->request('products/reseller-price.json', [
42
'reseller-id' => $id
43
- ], 'GET', false);
+ ], 'GET', false, true);
44
}
45
0 commit comments