constant SAGEPAY_SETTING_APPLY_3D_SECURE in Drupal Commerce SagePay Integration 7
2 uses of SAGEPAY_SETTING_APPLY_3D_SECURE
- sagepay_3d_secure_form_alter in modules/
sagepay_3d_secure/ sagepay_3d_secure.module - Implements hook_form_alter().
- _commerce_sagepay_encrypted_order in includes/
commerce_sagepay_common.inc - Encrypt the order details ready to send to SagePay Server.
File
- includes/
commerce_sagepay_constants.inc, line 98 - commerce_sagepay_constants. Provides constants for most other Commerce modules
Code
define('SAGEPAY_SETTING_APPLY_3D_SECURE', 'sagepay_apply_3d_secure');