You are here

function uc_stripe_uninstall in Ubercart Stripe 7.3

Same name and namespace in other branches
  1. 6 uc_stripe.install \uc_stripe_uninstall()

Implements hook_uninstall().

File

./uc_stripe.install, line 98
Installation file for the uc_stripe module.

Code

function uc_stripe_uninstall() {
  variable_del('uc_stripe_authentication_required_email');
  variable_del('uc_stripe_element_styles');
  variable_del('uc_stripe_element_styles_json');
  variable_del('uc_stripe_element_styles_mode');
  variable_del('uc_stripe_metadata_models');
  variable_del('uc_stripe_metadata_titles');
}