function commerce_authnet_acceptjs_submit_form in Commerce Authorize.Net 7
Payment method callback: checkout form.
File
- includes/
commerce_authnet.acceptjs.inc, line 122 - Includes the Accept.js payment method callbacks.
Code
function commerce_authnet_acceptjs_submit_form($payment_method, $pane_values, $checkout_pane, $order) {
return commerce_authnet_acceptjs_form_elements($payment_method);
}