Skip to content

Commit c5300b9

Browse files
committed
fix extra /
1 parent 815c5c3 commit c5300b9

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)