You are here

constant UC_CREDIT_AUTH_ONLY in Ubercart 8.4

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

Just authorize an amount on a credit card account.

8 uses of UC_CREDIT_AUTH_ONLY
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.
CreditCardPaymentMethodBase::getTransactionTypes in payment/uc_credit/src/CreditCardPaymentMethodBase.php
Returns the set of transaction types allowed by this payment method.
CreditCardTerminalForm::buildForm in payment/uc_credit/src/Form/CreditCardTerminalForm.php
Form constructor.

... See full list

File

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

Code

define('UC_CREDIT_AUTH_ONLY', 'authorize');