Skip to content
Snippets Groups Projects
Commit da941b9e authored by mattwire's avatar mattwire
Browse files

Don't log civicrm_stripe_paymentintent table

parent 729dc268
No related branches found
No related tags found
1 merge request!1246.5
......@@ -214,3 +214,12 @@ function stripe_civicrm_navigationMenu(&$menu) {
));
_stripe_civix_navigationMenu($menu);
}
/**
* Implements hook_civicrm_alterLogTables().
*
* Exclude firewall tables from logging tables since they hold mostly temp data.
*/
function stripe_civicrm_alterLogTables(&$logTableSpec) {
unset($logTableSpec['civicrm_stripe_paymentintent']);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment