You are here

constant UC_CREDIT_REFERENCE_REMOVE in Ubercart 8.4

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

Remove a reference from the payment gateway.

2 uses of UC_CREDIT_REFERENCE_REMOVE
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 40
Defines the credit card payment method and hooks in payment gateways.

Code

define('UC_CREDIT_REFERENCE_REMOVE', 'reference_remove');