Skip to content

Commit 730e551

Browse files
committed
Bugfix
1 parent 7577e9a commit 730e551

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Api/Reseller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ public function getPricing($id)
4040
{
4141
return $this->request('products/reseller-price.json', [
4242
'reseller-id' => $id
43-
], 'GET', false);
43+
], 'GET', false, true);
4444
}
4545
}

0 commit comments

Comments
 (0)