Closed DarrenWestwood closed 5 years ago
$this->db->query("delete from oc_setting where code='blockonomics'"); does not use the correct database prefix: https://github.com/blockonomics/opencart3-plugin/blob/master/admin/controller/extension/payment/blockonomics.php#L247
$this->db->query("delete from oc_setting where code='blockonomics'");
Update query to include the correct DB_PREFIX
Fixed with https://github.com/blockonomics/opencart3-plugin/commit/b16e57b9cdd267cd237e181c5eebc44751876d47
Tested by a customer. Fix also verified on development site
$this->db->query("delete from oc_setting where code='blockonomics'");
does not use the correct database prefix: https://github.com/blockonomics/opencart3-plugin/blob/master/admin/controller/extension/payment/blockonomics.php#L247Update query to include the correct DB_PREFIX