Skip to content

Commit

Permalink
install fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
GytisZum committed Jul 16, 2024
1 parent 55cebc4 commit 6b8d97e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Install/Installer.php
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,8 @@ private function installSaferPayOrderTable()
`captured` tinyint(1) DEFAULT 0,
`refunded` tinyint(1) DEFAULT 0,
`canceled` tinyint(1) DEFAULT 0,
`authorized` tinyint(1) DEFAULT 0
`authorized` tinyint(1) DEFAULT 0,
`pending` tinyint(1) DEFAULT 0
) ENGINE=' . _MYSQL_ENGINE_ . ' DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci'
);
}
Expand Down

0 comments on commit 6b8d97e

Please sign in to comment.