You are here

function commerce_paypal_ec_uninstal in Commerce PayPal 7.2

Implements hook_uninstall().

File

modules/ec/commerce_paypal_ec.install, line 11
Remove variables required by Commerce PayPal EC.

Code

function commerce_paypal_ec_uninstal() {
  variable_del('commerce_paypal_ec_review_embedded_panes');
  variable_del('commerce_paypal_ec_banners_settings');
}