function uc_recurring_mock_gateway_process in UC Recurring Payments and Subscriptions 7.2
Same name and namespace in other branches
- 6.2 test/uc_recurring_mock_gateway.module \uc_recurring_mock_gateway_process()
Handle recurring fee process callback
1 string reference to 'uc_recurring_mock_gateway_process'
- uc_recurring_mock_gateway_recurring_info in test/
uc_recurring_mock_gateway.module - Implements hook_recurring_info().
File
- test/
uc_recurring_mock_gateway.module, line 58 - Uc recurring implementation for the test gateway module.
Code
function uc_recurring_mock_gateway_process($order, &$fee) {
return TRUE;
}