You are here

constant COMMERCE_BRAINTREE_EXPRESS_CHECKOUT_INSTANCE_ID in Commerce Braintree 7.3

@file Provides integration PayPal Express Checkout for Braintree.

6 uses of COMMERCE_BRAINTREE_EXPRESS_CHECKOUT_INSTANCE_ID
commerce_braintree_express_checkout_button_form in modules/commerce_braintree_express_checkout/commerce_braintree_express_checkout.module
Builds the Express Checkout form elements.
commerce_braintree_express_checkout_form_alter in modules/commerce_braintree_express_checkout/commerce_braintree_express_checkout.module
Implements hook_form_alter().
commerce_braintree_express_checkout_form_views_form_commerce_cart_form_default_alter in modules/commerce_braintree_express_checkout/commerce_braintree_express_checkout.module
Implements hook_form_FORM_ID_alter().
commerce_braintree_express_checkout_submit in modules/commerce_braintree_express_checkout/commerce_braintree_express_checkout.module
Form submit handler for Express Checkout payload submission.
commerce_braintree_express_checkout_validate_nonce in modules/commerce_braintree_express_checkout/commerce_braintree_express_checkout.module
Validates that a nonce is still active and has not been consumed.

... See full list

File

modules/commerce_braintree_express_checkout/commerce_braintree_express_checkout.module, line 8
Provides integration PayPal Express Checkout for Braintree.

Code

define('COMMERCE_BRAINTREE_EXPRESS_CHECKOUT_INSTANCE_ID', 'braintree_express_checkout|commerce_payment_braintree_express_checkout');