/[drupal]/contributions/modules/pay/includes/handlers/pay_method.inc
ViewVC logotype

Diff of /contributions/modules/pay/includes/handlers/pay_method.inc

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

revision 1.3, Thu Apr 30 19:18:07 2009 UTC revision 1.4, Fri May 1 03:01:38 2009 UTC
# Line 1  Line 1 
1  <?php // $Id: pay_method.inc,v 1.2 2009/04/28 03:32:01 vauxia Exp $  <?php // $Id: pay_method.inc,v 1.3 2009/04/30 19:18:07 vauxia Exp $
2    
3  /**  /**
4   * @file   * @file
# Line 15  class pay_method extends pay { Line 15  class pay_method extends pay {
15    var $max_amount;    var $max_amount;
16    var $total;    var $total;
17    var $status;    var $status;
18      var $billto = array();
19    var $table = 'pay_method';    var $table = 'pay_method';
20    var $key = 'pmid';    var $key = 'pmid';
21    

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

  ViewVC Help
Powered by ViewVC 1.1.2