10 uses of UC_CREDIT_AUTH_ONLY in Ubercart 7.3
- 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().
- uc_paypal_uc_payment_gateway in payment/
uc_paypal/ uc_paypal.module - Implements hook_uc_payment_gateway().
- uc_paypal_wpp_charge in payment/
uc_paypal/ uc_paypal.module - Processes a credit card payment through Website Payments Pro.
- _uc_authorizenet_charge in payment/
uc_authorizenet/ uc_authorizenet.module - Handles authorizations and captures through AIM at Authorize.net.
- _uc_authorizenet_txn_map in payment/
uc_authorizenet/ uc_authorizenet.module - Returns the Auth.Net transaction type corresponding to a UC type.
- _uc_cybersource_soap_charge in payment/
uc_cybersource/ uc_cybersource.module - Handles the SOAP charge request and Ubercart order save.