constant SAGEPAY_SETTING_ENCRYPTION_KEY in Drupal Commerce SagePay Integration 7
4 uses of SAGEPAY_SETTING_ENCRYPTION_KEY
- commerce_sagepay_form_redirect_form in includes/
commerce_sagepay_form.inc - Implements hook_form_redirect_form().
- commerce_sagepay_form_redirect_form_validate in includes/
commerce_sagepay_form.inc - Implements hook_redirect_form_validate().
- commerce_sagepay_settings_form in includes/
commerce_sagepay.admin.inc - Settings form containing all configuration for the SagePay module.
- _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 92 - commerce_sagepay_constants. Provides constants for most other Commerce modules
Code
define('SAGEPAY_SETTING_ENCRYPTION_KEY', 'sagepay_enc_key');