You are here

constant UC_CREDIT_AUTH_ONLY in Ubercart 7.3

Same name and namespace in other branches
  1. 8.4 payment/uc_credit/uc_credit.module \UC_CREDIT_AUTH_ONLY
  2. 5 payment/uc_credit/uc_credit.module \UC_CREDIT_AUTH_ONLY
  3. 6.2 payment/uc_credit/uc_credit.module \UC_CREDIT_AUTH_ONLY

Just authorize an amount on a credit card account.

10 uses of UC_CREDIT_AUTH_ONLY
uc_authorizenet_uc_payment_gateway in payment/uc_authorizenet/uc_authorizenet.module
Implements hook_uc_payment_gateway().
uc_credit_terminal_form in payment/uc_credit/uc_credit.admin.inc
Displays the credit card terminal form for administrators.
uc_credit_terminal_form_submit in payment/uc_credit/uc_credit.admin.inc
Submit handler for credit terminal form.
uc_cybersource_charge in payment/uc_cybersource/uc_cybersource.module
Charges card.
uc_cybersource_uc_payment_gateway in payment/uc_cybersource/uc_cybersource.module
Implements hook_uc_payment_gateway().

... See full list

File

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

Code

define('UC_CREDIT_AUTH_ONLY', 'authorize');