constant SAGEPAY_REMOTE_STATUS_REGISTERED in Drupal Commerce SagePay Integration 7
6 uses of SAGEPAY_REMOTE_STATUS_REGISTERED
- commerce_sagepay_cancel_access in ./
commerce_sagepay.module - Determines access to the cancel form for SagePay.
- 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.
File
- includes/
commerce_sagepay_constants.inc, line 126 - commerce_sagepay_constants. Provides constants for most other Commerce modules
Code
define('SAGEPAY_REMOTE_STATUS_REGISTERED', 'REGISTERED');