You are here

constant UC_CREDIT_AUTH_CAPTURE in Ubercart 5

Same name and namespace in other branches
  1. 8.4 payment/uc_credit/uc_credit.module \UC_CREDIT_AUTH_CAPTURE
  2. 6.2 payment/uc_credit/uc_credit.module \UC_CREDIT_AUTH_CAPTURE
  3. 7.3 payment/uc_credit/uc_credit.module \UC_CREDIT_AUTH_CAPTURE
15 uses of UC_CREDIT_AUTH_CAPTURE
uc_authorizenet_payment_gateway in payment/uc_authorizenet/uc_authorizenet.module
Implementation of hook_payment_gateway().
uc_authorizenet_update_2 in payment/uc_authorizenet/uc_authorizenet.install
uc_credit_form_alter in payment/uc_credit/uc_credit.module
Implementation of hook_form_alter().
uc_credit_gateway_txn_types in payment/uc_credit/uc_credit.module
Returns the credit transaction types available for a payment gateway.
uc_credit_order in payment/uc_credit/uc_credit.module
Implementation of hook_order().

... See full list

File

payment/uc_credit/uc_credit.module, line 15
Defines the credit card payment method and hooks in payment gateways.

Code

define('UC_CREDIT_AUTH_CAPTURE', 'auth_capture');