You are here

constant STRIPE_DEFAULT_INTEGRATION in Commerce Stripe 7

@file This module provides Stripe (http://stripe.com/) payment gateway integration to Commerce. Commerce Stripe offers a PCI-compliant way to process payments straight from you Commerce shop.

4 uses of STRIPE_DEFAULT_INTEGRATION
commerce_stripe_cardonfile_create_form in ./commerce_stripe.module
Card on file callback: create form
commerce_stripe_commerce_payment_method_info in ./commerce_stripe.module
Implements hook_commerce_payment_method_info().
commerce_stripe_settings_form in ./commerce_stripe.module
Payment method settings form.
commerce_stripe_submit_form in ./commerce_stripe.module
Payment method callback: checkout form.

File

./commerce_stripe.module, line 10
This module provides Stripe (http://stripe.com/) payment gateway integration to Commerce. Commerce Stripe offers a PCI-compliant way to process payments straight from you Commerce shop.

Code

define('STRIPE_DEFAULT_INTEGRATION', 'stripejs');