You are here

function commerce_braintree_commerce_braintree_express_checkout_js_alter in Commerce Braintree 7.3

Implements hook_commerce_braintree_express_checkout_js_alter().

Parameters

$js_settings: An array of settings by reference that will be passed to the javascript API for Braintree.

$payment_method: The Drupal commerce payment method settings for context.

File

modules/commerce_braintree_express_checkout/commerce_braintree_express_checkout.api.php, line 17
Provides API methods exposed by this module.

Code

function commerce_braintree_commerce_braintree_express_checkout_js_alter(&$js_settings, $payment_method) {

  // No example.
}