function stripe_uninstall in Stripe 7
Implements hook_uninstall().
File
- ./
stripe.install, line 162 - Install, update and uninstall functions for the Stripe module.
Code
function stripe_uninstall() {
variable_del('stripe_log_webhooks');
variable_del('stripe_webhooks_idempotent');
}