Skip to content

Commit

Permalink
Fix ShopService URL (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
robwittman committed Aug 12, 2019
1 parent 25c773f commit 3921959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Service/ShopService.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class ShopService extends AbstractService
*/
public function get()
{
$request = $this->createRequest('/shop.json');
$request = $this->createRequest('shop.json');
$response = $this->send($request);
return $this->createObject(Shop::class, $response['shop']);
}
Expand Down

0 comments on commit 3921959

Please sign in to comment.