| 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 |
| 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; |