Skip to content

Commit

Permalink
[DP-4257] Error when creating an API Integration
Browse files Browse the repository at this point in the history
  • Loading branch information
raghuiamsingh committed Feb 4, 2022
1 parent 3c968df commit 23e8816
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion magento/framework/DB/Adapter/Pdo/Mysql.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 ) {
Expand Down

0 comments on commit 23e8816

Please sign in to comment.