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 86eed24 commit 31a6fedCopy full SHA for 31a6fed
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