You are here

function commerce_paypal_checkout_uninstall in Commerce PayPal 7.2

Implements hook_uninstall().

File

modules/checkout/commerce_paypal_checkout.install, line 11
Remove variables required by Commerce PayPal Checkout.

Code

function commerce_paypal_checkout_uninstall() {
  variable_del('commerce_paypal_checkout_review_embedded_panes');
}