We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c42dc9b commit 37485a9Copy full SHA for 37485a9
tests/BigCommerceLegacyApi/Api/StoreInformation/StoreInformationApiTest.php
@@ -22,7 +22,8 @@ public function testCanGetStoreInformation(): void
22
$this->assertEquals('BigCommerce', $information->name);
23
$this->assertEquals('my-awesome.store', $information->domain);
24
$this->assertEquals(
25
- 'https://cdn8.bigcommerce.com/s-{store_hash}/product_images/screen_shot_2018-05-15_at_12.22.26_pm__05547_1529512135.png',
+ 'https://cdn8.bigcommerce.com/s-{store_hash}/product_images/'
26
+ . 'screen_shot_2018-05-15_at_12.22.26_pm__05547_1529512135.png',
27
$information->logo->url
28
);
29
}
0 commit comments