You are here

constant UC_CREDIT_REFERENCE_SET in Ubercart 8.4

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

Set up a credit card reference through the payment gateway.

5 uses of UC_CREDIT_REFERENCE_SET
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 30
Defines the credit card payment method and hooks in payment gateways.

Code

define('UC_CREDIT_REFERENCE_SET', 'reference_set');