Skip to content

Commit 3921959

Browse files
authoredAug 12, 2019
Fix ShopService URL (#35)
1 parent 25c773f commit 3921959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/Service/ShopService.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class ShopService extends AbstractService
1414
*/
1515
public function get()
1616
{
17-
$request = $this->createRequest('/shop.json');
17+
$request = $this->createRequest('shop.json');
1818
$response = $this->send($request);
1919
return $this->createObject(Shop::class, $response['shop']);
2020
}

0 commit comments

Comments
 (0)
Please sign in to comment.