constant UC_CREDIT_KEYFILE_NAME in Ubercart 7.3
Same name and namespace in other branches
- 8.4 payment/uc_credit/uc_credit.module \UC_CREDIT_KEYFILE_NAME
- 6.2 payment/uc_credit/uc_credit.module \UC_CREDIT_KEYFILE_NAME
Name of encryption key file.
6 uses of UC_CREDIT_KEYFILE_NAME
- UbercartCreditCardTestCase::configureCreditCard in payment/
uc_credit/ tests/ uc_credit.test - Helper function to configure Credit Card payment method settings.
- UbercartCreditCardTestCase::tearDown in payment/
uc_credit/ tests/ uc_credit.test - Implements DrupalWebTestCase::tearDown().
- UbercartCreditCardTestCase::testSecuritySettings in payment/
uc_credit/ tests/ uc_credit.test - Tests security settings configuration.
- uc_credit_encryption_key in payment/
uc_credit/ uc_credit.module - Loads the key for CC number encryption from a file.
- uc_credit_settings_form_submit in payment/
uc_credit/ uc_credit.admin.inc - Creates the encryption key file if it doesn't already exist.
File
- payment/
uc_credit/ uc_credit.module, line 56 - Defines the credit card payment method and hooks in payment gateways.
Code
define('UC_CREDIT_KEYFILE_NAME', 'uc_credit.key');