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.
2 parents e42476e + 65fef25 commit 368043fCopy full SHA for 368043f
app/code/Magento/Quote/Setup/UpgradeData.php
@@ -40,7 +40,7 @@ public function __construct(
40
*/
41
public function upgrade(ModuleDataSetupInterface $setup, ModuleContextInterface $context)
42
{
43
- if (version_compare($context->getVersion(), '2.0.4', '<')) {
+ if (version_compare($context->getVersion(), '2.0.6', '<')) {
44
$quoteSetup = $this->quoteSetupFactory->create(['setup' => $setup]);
45
$this->convertSerializedDataToJsonFactory->create(['quoteSetup' => $quoteSetup])
46
->convert();
0 commit comments