function _webform_defaults_paypal in Webform Paypal 7.2
Same name and namespace in other branches
- 7 webform_paypal.module \_webform_defaults_paypal()
Implements _webform_defaults_component().
File
- ./
webform_paypal.module, line 35
Code
function _webform_defaults_paypal() {
return array(
'value' => '',
'extra' => array(
'private' => 1,
'transaction' => 'live',
),
);
}