You are here

constant UC_STRIPE_ADVANCED_STYLES in Ubercart Stripe 7.3

Settings value for advanced stripe styles.

2 uses of UC_STRIPE_ADVANCED_STYLES
uc_stripe_form_uc_cart_checkout_form_alter in ./uc_stripe.module
Implements hook_form_FORMID_alter() to change the checkout form All work as a result is done in JS, the ordinary post does not happen.
uc_stripe_settings_form in ./uc_stripe.module
Provide configuration form for uc_stripe

File

./uc_stripe.module, line 20
A stripe.js PCI-compliant payment gateway Forked from Bitcookie's work (thanks!) which was posted at http://bitcookie.com/blog/pci-compliant-ubercart-and-stripe-js from discussion in the uc_stripe issue queue, https://www.drupal.org/node/1467886

Code

define('UC_STRIPE_ADVANCED_STYLES', 1);