You are here

function uc_payment_update_last_removed in Ubercart 6.2

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

File

payment/uc_payment/uc_payment.install, line 88
Install hooks for uc_payment.module.

Code

function uc_payment_update_last_removed() {
  return 2;
}