Skip to content

Commit 368043f

Browse files
committed
Merge branch 'MAGETWO-71551-quote-version-bump' into pr-aug25
2 parents e42476e + 65fef25 commit 368043f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Quote/Setup/UpgradeData.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function __construct(
4040
*/
4141
public function upgrade(ModuleDataSetupInterface $setup, ModuleContextInterface $context)
4242
{
43-
if (version_compare($context->getVersion(), '2.0.4', '<')) {
43+
if (version_compare($context->getVersion(), '2.0.6', '<')) {
4444
$quoteSetup = $this->quoteSetupFactory->create(['setup' => $setup]);
4545
$this->convertSerializedDataToJsonFactory->create(['quoteSetup' => $quoteSetup])
4646
->convert();

0 commit comments

Comments
 (0)