constant SAGEPAY_REMOTE_STATUS_FAIL in Drupal Commerce SagePay Integration 7
7 uses of SAGEPAY_REMOTE_STATUS_FAIL
- commerce_sagepay_form_redirect_form_validate in includes/
commerce_sagepay_form.inc - Implements hook_redirect_form_validate().
- commerce_sagepay_process_response in includes/
commerce_sagepay_common.inc - Helper function to process the response from SagePay of any transaction type.
- commerce_sagepay_refund_access in ./
commerce_sagepay.module - Determines access to the refund form for SagePay.
- commerce_sagepay_repeat_access in ./
commerce_sagepay.module - Determines access to the repeat form for SagePay.
- commerce_sagepay_repeat_deferred_access in ./
commerce_sagepay.module - Determines access to the repeat form for SagePay.
File
- includes/
commerce_sagepay_constants.inc, line 127 - commerce_sagepay_constants. Provides constants for most other Commerce modules
Code
define('SAGEPAY_REMOTE_STATUS_FAIL', 'FAIL');