commerce_braintree_express_checkout.api.php in Commerce Braintree 7.3
Provides API methods exposed by this module.
File
modules/commerce_braintree_express_checkout/commerce_braintree_express_checkout.api.phpView source
<?php
/**
* @file
* Provides API methods exposed by this module.
*/
/**
* Implements hook_commerce_braintree_express_checkout_js_alter().
*
* @param $js_settings
* An array of settings by reference that will be passed to
* the javascript API for Braintree.
* @param $payment_method
* The Drupal commerce payment method settings for context.
*/
function commerce_braintree_commerce_braintree_express_checkout_js_alter(&$js_settings, $payment_method) {
// No example.
}
Functions
Name | Description |
---|---|
commerce_braintree_commerce_braintree_express_checkout_js_alter | Implements hook_commerce_braintree_express_checkout_js_alter(). |