From 6b8d97e6ca5c4a29f38289fbd87422e6fd110e3f Mon Sep 17 00:00:00 2001 From: Gytautas Date: Tue, 16 Jul 2024 16:12:07 +0300 Subject: [PATCH] install fixed --- src/Install/Installer.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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' ); }