bugfixes
This commit is contained in:
@@ -104,14 +104,14 @@ function booking_admin() {
|
||||
);
|
||||
$form['paypal']['booking_paypal_account'] = array (
|
||||
'#type' => 'textfield',
|
||||
'#title' => t('Account'),
|
||||
'#title' => t('Specify Paypal Account Address'),
|
||||
'#default_value' => variable_get('booking_paypal_account', ''),
|
||||
'#description' => '(email address)',
|
||||
);
|
||||
$form['paypal']['booking_paypal_sandbox'] = array (
|
||||
'#type' => 'radios',
|
||||
'#title' => t('Sandbox/Development mode'),
|
||||
'#description' => t('When in development mode, the payment gateway will point at sandbox.paypal.com for testing purposes.'),
|
||||
'#description' => t('When in development mode, the payment gateway will point at sandbox.paypal.com for testing purposes. Leave this as off unless doing testing.'),
|
||||
'#options' => array (0 => t('Off'), t('On')),
|
||||
'#default_value' => variable_get('booking_paypal_sandbox', 0),
|
||||
);
|
||||
|
Reference in New Issue
Block a user