We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25c773f commit 3921959Copy full SHA for 3921959
src/Service/ShopService.php
@@ -14,7 +14,7 @@ class ShopService extends AbstractService
14
*/
15
public function get()
16
{
17
- $request = $this->createRequest('/shop.json');
+ $request = $this->createRequest('shop.json');
18
$response = $this->send($request);
19
return $this->createObject(Shop::class, $response['shop']);
20
}
0 commit comments