commerce_paypal_ec.install in Commerce PayPal 7.2
Remove variables required by Commerce PayPal EC.
File
modules/ec/commerce_paypal_ec.installView source
<?php
/**
* @file
* Remove variables required by Commerce PayPal EC.
*/
/**
* Implements hook_uninstall().
*/
function commerce_paypal_ec_uninstal() {
variable_del('commerce_paypal_ec_review_embedded_panes');
variable_del('commerce_paypal_ec_banners_settings');
}
Functions
Name | Description |
---|---|
commerce_paypal_ec_uninstal | Implements hook_uninstall(). |