Skip to content

Commit

Permalink
Merge pull request #62 from TransbankDevelopers/fix/upgrade-schema-issue
Browse files Browse the repository at this point in the history
Upgrade Schema Issue Fixed
  • Loading branch information
jgarciajovel authored Mar 24, 2023
2 parents 7c25b44 + 4f22785 commit 7ca64b7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Setup/UpgradeSchema.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ class UpgradeSchema implements UpgradeSchemaInterface
public function upgrade(SchemaSetupInterface $setup, ModuleContextInterface $context)
{
$setup->startSetup();
if (version_compare($context->getVersion(), '3.3.0', '<')) {
$setup->endSetup();

return;
}

$webPayTable = $setup->getTable(WebpayOrderData::TABLE_NAME);
if ($setup->getConnection()->isTableExists($webPayTable) === false) {
Expand Down

0 comments on commit 7ca64b7

Please sign in to comment.