You are here

function uc_paypal_update_last_removed in Ubercart 6.2

Same name and namespace in other branches
  1. 7.3 payment/uc_paypal/uc_paypal.install \uc_paypal_update_last_removed()

Implements hook_update_last_removed().

File

payment/uc_paypal/uc_paypal.install, line 126
Installation file for PayPal, primarily for the logging of IPNs.

Code

function uc_paypal_update_last_removed() {
  return 2;
}