We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f83a10 commit e1407c3Copy full SHA for e1407c3
app/code/Magento/GiftMessage/Model/GiftMessageConfigProvider.php
@@ -120,6 +120,7 @@ public function getConfig()
120
$configuration['baseUrl'] = $store->isFrontUrlSecure()
121
? $store->getBaseUrl(UrlInterface::URL_TYPE_LINK, true)
122
: $store->getBaseUrl(UrlInterface::URL_TYPE_LINK, false);
123
+
124
return $configuration;
125
}
126
@@ -161,6 +162,7 @@ protected function isQuoteVirtual()
161
162
protected function getOrderLevelGiftMessages()
163
{
164
$cartId = $this->checkoutSession->getQuoteId();
165
166
return $this->cartRepository->get($cartId);
167
168
0 commit comments