You are here

commerce_paypal_checkout.install in Commerce PayPal 7.2

Remove variables required by Commerce PayPal Checkout.

File

modules/checkout/commerce_paypal_checkout.install
View source
<?php

/**
 * @file
 * Remove variables required by Commerce PayPal Checkout.
 */

/**
 * Implements hook_uninstall().
 */
function commerce_paypal_checkout_uninstall() {
  variable_del('commerce_paypal_checkout_review_embedded_panes');
}

Functions