You are here

function commerce_braintree_hostedfields_submit_form in Commerce Braintree 7.2

Same name and namespace in other branches
  1. 7.3 modules/commerce_braintree_hostedfields/commerce_braintree_hostedfields.module \commerce_braintree_hostedfields_submit_form()

Form callback for Braintree Drop-in payment method.

See also

CALLBACK_commerce_payment_method_submit_form()

File

modules/commerce_braintree_hostedfields/commerce_braintree_hostedfields.module, line 127
Provides integration with Braintree Hosted Fields.

Code

function commerce_braintree_hostedfields_submit_form($payment_method, $pane_values, $checkout_pane, $order) {
  return commerce_braintree_hostedfields_submit_form_elements($payment_method);
}