Skip to content

Commit

Permalink
Merge pull request #2 from webshopapps/SHQ16-1239
Browse files Browse the repository at this point in the history
SHQ16-1239 Updated ecommerceCart to indicate is magento 2
  • Loading branch information
Karen Baker authored Jul 8, 2016
2 parents 62d3774 + d496513 commit bfd535c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/Carrier/Processor/ShipperMapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ public function getSiteDetails($storeId = null)
$edition = $this->productMetadata->getEdition();
$url = $this->storeManager->getStore($storeId)->getBaseUrl(\Magento\Framework\UrlInterface::URL_TYPE_LINK);
$siteDetails = $this->siteDetailsFactory->create([
'ecommerceCart' => 'Magento ' . $edition,
'ecommerceCart' => 'Magento 2 ' . $edition,
'ecommerceVersion' => $this->productMetadata->getVersion(),
'websiteUrl' => $url,
'environmentScope' => $this->shipperDataHelper->getConfigValue('carriers/shipper/environment_scope', $storeId),
Expand Down

0 comments on commit bfd535c

Please sign in to comment.