You are here

constant UC_CREDIT_PRIOR_AUTH_CAPTURE in Ubercart 8.4

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

Capture funds from a prior authorization.

7 uses of UC_CREDIT_PRIOR_AUTH_CAPTURE
AuthorizeNet::getTransactionTypes in payment/uc_authorizenet/src/Plugin/Ubercart/PaymentMethod/AuthorizeNet.php
Returns the set of transaction types allowed by this payment method.
AuthorizeNet::transactionTypeMap in payment/uc_authorizenet/src/Plugin/Ubercart/PaymentMethod/AuthorizeNet.php
Returns the Auth.Net transaction type corresponding to a UC type.
AuthorizeNet::_uc_authorizenet_charge in payment/uc_authorizenet/src/Plugin/Ubercart/PaymentMethod/AuthorizeNet.php
Handles authorizations and captures through AIM at Authorize.Net.
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.

... See full list

File

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

Code

define('UC_CREDIT_PRIOR_AUTH_CAPTURE', 'prior_auth_capture');