You are here

constant UC_CREDIT_CREDIT in Ubercart 8.4

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

Credit funds to a credit card account.

3 uses of UC_CREDIT_CREDIT
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 50
Defines the credit card payment method and hooks in payment gateways.

Code

define('UC_CREDIT_CREDIT', 'credit');