You are here

function uc_bank_transfer_process in Bank Transfer | Ubercart Payment 6

1 string reference to 'uc_bank_transfer_process'
uc_bank_transfer_recurring_info in ./uc_bank_transfer.module
Implementation of hook_recurring_info() from uc_recurring module.

File

./uc_bank_transfer.module, line 275

Code

function uc_bank_transfer_process($order, &$fee) {
  return TRUE;
}