constant UC_CREDIT_VOID in Ubercart 8.4
Same name and namespace in other branches
- 5 payment/uc_credit/uc_credit.module \UC_CREDIT_VOID
- 6.2 payment/uc_credit/uc_credit.module \UC_CREDIT_VOID
- 7.3 payment/uc_credit/uc_credit.module \UC_CREDIT_VOID
Void a transaction before the transaction clears.
3 uses of UC_CREDIT_VOID
- AuthorizeNet::transactionTypeMap in payment/
uc_authorizenet/ src/ Plugin/ Ubercart/ PaymentMethod/ AuthorizeNet.php - Returns the Auth.Net transaction type corresponding to a UC type.
- CreditCardTerminalForm::buildForm in payment/
uc_credit/ src/ Form/ CreditCardTerminalForm.php - Form constructor.
- CreditCardTerminalForm::submitForm in payment/
uc_credit/ src/ Form/ CreditCardTerminalForm.php - Form submission handler.
File
- payment/
uc_credit/ uc_credit.module, line 55 - Defines the credit card payment method and hooks in payment gateways.
Code
define('UC_CREDIT_VOID', 'void');