Skip to content

Commit bc6811b

Browse files
author
John Hutcheson
committed
fixing typo in ecommerceStoresRoot.php
1 parent c383b51 commit bc6811b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ecommerceStores/ecommerceStoresRoot.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function __construct($apikey, $class_input)
1616
parent::__construct($apikey);
1717

1818
if (isset($class_input)) {
19-
$this->url .= '/ecommerce/stores/' . $class_input;;
19+
$this->url .= '/ecommerce/stores/' . $class_input;
2020
} else {
2121
$this->url .= '/ecommerce/stores/';
2222
}

0 commit comments

Comments
 (0)