constant UC_CREDIT_VOID in Ubercart 7.3
Same name and namespace in other branches
- 8.4 payment/uc_credit/uc_credit.module \UC_CREDIT_VOID
- 5 payment/uc_credit/uc_credit.module \UC_CREDIT_VOID
- 6.2 payment/uc_credit/uc_credit.module \UC_CREDIT_VOID
Void a transaction before the transaction clears.
3 uses of UC_CREDIT_VOID
- 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_authorizenet_txn_map in payment/
uc_authorizenet/ uc_authorizenet.module - Returns the Auth.Net transaction type corresponding to a UC type.
File
- payment/
uc_credit/ uc_credit.module, line 51 - Defines the credit card payment method and hooks in payment gateways.
Code
define('UC_CREDIT_VOID', 'void');