diff --git a/README.md b/README.md index 31ffadfd..d19af204 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Most current web servers with PHP & MySQL installed will be capable of running P Minimum Requirements - Linux or Windows OS -- PHP Version 7.2+ +- PHP Version 7.4 - Both PDO & MySQLi Support - GD2 Image Library - CURL support diff --git a/system/lan/english/common.lan.php b/system/lan/english/common.lan.php index f6dda107..31702f9a 100644 --- a/system/lan/english/common.lan.php +++ b/system/lan/english/common.lan.php @@ -329,3 +329,5 @@ $_L['You_are_Online_Logout'] = 'You are Online, Logout?'; $_L['Connect_to_Internet'] = 'Connect to Internet?'; $_L['Your_account_not_connected_to_internet'] = 'Your account not connected to internet'; +$_L['Failed_to_create_transaction_'] = 'Failed to create transaction. '; +$_L['Failed_to_check_status_transaction_'] = 'Failed to check status transaction. ';