diff --git a/magento/framework/DB/Adapter/Pdo/Mysql.php b/magento/framework/DB/Adapter/Pdo/Mysql.php index 22f7df1..1c308da 100644 --- a/magento/framework/DB/Adapter/Pdo/Mysql.php +++ b/magento/framework/DB/Adapter/Pdo/Mysql.php @@ -356,7 +356,8 @@ protected function isReadOnlyRequest( $sqlQuery ) 'customer', 'checkout', 'admin/sales/order_create', - 'patients/profile/sendclaimaccountemail' + 'patients/profile/sendclaimaccountemail', + 'admin/integration' ]; foreach ( $exceptions as $e ) {