| 1 |
<?php |
<?php |
| 2 |
// $Id: uc_setcom.module,v 1.3 2009/10/07 14:13:32 maxheadroom Exp $ |
// $Id: uc_setcom.module,v 1.4 2009/10/08 10:56:23 maxheadroom Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 20 |
$items['cart/setcom/complete'] = array( |
$items['cart/setcom/complete'] = array( |
| 21 |
'title' => 'Setcom transaction result', |
'title' => 'Setcom transaction result', |
| 22 |
'page callback' => 'uc_setcom_complete', |
'page callback' => 'uc_setcom_complete', |
| 23 |
'access callback' => array('uc_setcom_completion_access'), |
'access callback' => TRUE, |
| 24 |
'type' => MENU_CALLBACK, |
'type' => MENU_CALLBACK, |
| 25 |
); |
); |
| 26 |
return $items; |
return $items; |
| 27 |
} |
} |
| 28 |
|
|
|
function uc_setcom_completion_access() { |
|
|
return TRUE; |
|
|
} |
|
| 29 |
/** |
/** |
| 30 |
* Implementation of hook_form_alter(). |
* Implementation of hook_form_alter(). |
| 31 |
*/ |
*/ |