'reg_org_phone' => array (
'field' => 'reg_org_phone',
'type' => 'text',
- 'required' => true,
+ 'required' => false,
'use' => 'a'
),
'reg_org_toll_free' => array (
'field' => 'reg_org_toll_free',
'type' => 'text',
- 'required' => true,
+ 'required' => false,
'use' => 'a'
),
$('#payPalPaymentWarningMessage').html('<br>You canceled the PayPal Payment. Payment is required to submit your {$terms.reg_term_registration_plur}. If you don\'t wish to pay with PayPal, click the button below and select another payment method.');
},
onError: function(err) {
+console.log(err);
$('#payPalPaymentWarningMessage').html('<br>There was a problem with your PayPal Payment. Payment is required to submit your {$terms.reg_term_registration_plur}. If you\'re unable to pay with PayPal, click the button below and select another payment method.');
},
// Wait for the payment to be authorized by the customer