constant UC_CREDIT_AUTH_CAPTURE in Ubercart 6.2
Same name and namespace in other branches
- 8.4 payment/uc_credit/uc_credit.module \UC_CREDIT_AUTH_CAPTURE
 - 5 payment/uc_credit/uc_credit.module \UC_CREDIT_AUTH_CAPTURE
 - 7.3 payment/uc_credit/uc_credit.module \UC_CREDIT_AUTH_CAPTURE
 
Authorize and capture money all at once.
12 uses of UC_CREDIT_AUTH_CAPTURE
- uc_authorizenet_payment_gateway in payment/
uc_authorizenet/ uc_authorizenet.module  - Implements hook_payment_gateway().
 - uc_credit_form_alter in payment/
uc_credit/ uc_credit.module  - Implements 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  - Implements hook_order().
 - uc_credit_terminal_form in payment/
uc_credit/ uc_credit.admin.inc  - Displays the credit card terminal form for administrators.
 
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');