Skip to content

Commit dadbe13

Browse files
Merge pull request #7957 from segmentio/fix-7947
fix extra `/`
2 parents 815c5c3 + c5300b9 commit dadbe13

File tree

1 file changed

+1
-1
lines changed
  • src/connections/spec/ecommerce

1 file changed

+1
-1
lines changed

src/connections/spec/ecommerce/v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -862,7 +862,7 @@ analytics.track('Order Completed', {
862862
quantity: 1,
863863
category: 'Games',
864864
url: 'https://www.example.com/product/path',
865-
image_url: 'https:///www.example.com/product/path.jpg'
865+
image_url: 'https://www.example.com/product/path.jpg'
866866
},
867867
{
868868
product_id: '505bd76785ebb509fc183733',

0 commit comments

Comments
 (0)