diff --git a/src/Install/Installer.php b/src/Install/Installer.php index 81e21ca8..d005c53b 100755 --- a/src/Install/Installer.php +++ b/src/Install/Installer.php @@ -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' ); }