/[drupal]/contributions/modules/uc_paygate/uc_paygate.module
ViewVC logotype

Diff of /contributions/modules/uc_paygate/uc_paygate.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.3, Wed Oct 7 14:34:17 2009 UTC revision 1.4, Thu Oct 8 10:56:54 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: uc_paygate.module,v 1.2.2.2 2009/10/07 14:17:31 maxheadroom Exp $  // $Id: uc_paygate.module,v 1.3 2009/10/07 14:34:17 maxheadroom Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 21  function uc_paygate_menu() { Line 21  function uc_paygate_menu() {
21    $items['cart/paygate/complete'] = array(    $items['cart/paygate/complete'] = array(
22      'title' => 'PayGate transaction result',      'title' => 'PayGate transaction result',
23      'page callback' => 'uc_paygate_complete',      'page callback' => 'uc_paygate_complete',
24      'access arguments' => 'uc_paygate_completion_access',      'access arguments' => array('uc_paygate_completion_access'),
25      'type' => MENU_CALLBACK,      'type' => MENU_CALLBACK,
26    );    );
27    

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.2