/[drupal]/contributions/modules/ecommerce/ec_paypal/ec_paypal.module
ViewVC logotype

Diff of /contributions/modules/ecommerce/ec_paypal/ec_paypal.module

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

revision 1.4.2.23 by recidive, Thu Jul 2 10:25:40 2009 UTC revision 1.4.2.24 by davea, Sun Nov 15 14:46:22 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: ec_paypal.module,v 1.4.2.22 2009/06/24 00:27:45 gordon Exp $  // $Id: ec_paypal.module,v 1.4.2.23 2009/07/02 10:25:40 recidive Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 337  function ec_paypal_receipt_info() { Line 337  function ec_paypal_receipt_info() {
337      $rtypes['paypal_basic']['allow_recurring'] = FALSE;      $rtypes['paypal_basic']['allow_recurring'] = FALSE;
338    }    }
339    else {    else {
340      array_unshift($rtypes['paypal_basic']['gateway_requirements'], t('Before PayPal can you be used, the Settings need to be loaded into the system. See the !settings page for configue PayPal', array('!settings' => l(t('settings'), 'admin/ecsettings/rtypes/paypal_basic/settings', array('query' => drupal_get_destination())))));      array_unshift($rtypes['paypal_basic']['gateway_requirements'], t('Before PayPal can you be used, the Settings need to be loaded into the system. See the !settings page for configure PayPal', array('!settings' => l(t('settings'), 'admin/ecsettings/rtypes/paypal_basic/settings', array('query' => drupal_get_destination())))));
341    }    }
342    if (ec_paypal_variable_get('ec_paypal_api_username', FALSE)) {    if (ec_paypal_variable_get('ec_paypal_api_username', FALSE)) {
343      $rtypes['paypal_basic']['allow_refunds'] = FALSE;      $rtypes['paypal_basic']['allow_refunds'] = FALSE;

Legend:
Removed from v.1.4.2.23  
changed lines
  Added in v.1.4.2.24

  ViewVC Help
Powered by ViewVC 1.1.3