You are here

function uc_credit_update_last_removed in Ubercart 6.2

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

File

payment/uc_credit/uc_credit.install, line 12
Install file for the credit module... this is mostly legacy code now.

Code

function uc_credit_update_last_removed() {
  return 2;
}