constant UC_CREDIT_REFERENCE_TXN in Ubercart 8.4
Same name and namespace in other branches
- 5 payment/uc_credit/uc_credit.module \UC_CREDIT_REFERENCE_TXN
- 6.2 payment/uc_credit/uc_credit.module \UC_CREDIT_REFERENCE_TXN
- 7.3 payment/uc_credit/uc_credit.module \UC_CREDIT_REFERENCE_TXN
Capture funds using a credit card reference.
5 uses of UC_CREDIT_REFERENCE_TXN
- AuthorizeNet::chargeCard in payment/
uc_authorizenet/ src/ Plugin/ Ubercart/ PaymentMethod/ AuthorizeNet.php - Called when a credit card should be processed.
- AuthorizeNet::getTransactionTypes in payment/
uc_authorizenet/ src/ Plugin/ Ubercart/ PaymentMethod/ AuthorizeNet.php - Returns the set of transaction types allowed by this payment method.
- 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.
- uc_authorizenet_uc_payment_gateway in payment/
uc_authorizenet/ uc_authorizenet.module - Implements hook_uc_payment_gateway().
File
- payment/
uc_credit/ uc_credit.module, line 35 - Defines the credit card payment method and hooks in payment gateways.
Code
define('UC_CREDIT_REFERENCE_TXN', 'reference_txn');