17 calls to uc_credit_encryption_key() in Ubercart 7.3
- hook_uc_store_status in uc_store/
uc_store.api.php - Adds status messages to the "Store administration" page.
- UbercartCreditCardTestCase::configureCreditCard in payment/
uc_credit/ tests/ uc_credit.test - Helper function to configure Credit Card payment method settings.
- UbercartCreditCardTestCase::testSecuritySettings in payment/
uc_credit/ tests/ uc_credit.test - Tests security settings configuration.
- uc_authorizenet_payment_gateway_settings_submit in payment/
uc_authorizenet/ uc_authorizenet.module - Submit handler for payment gateway settings form to encrypt fields.
- uc_credit_cache in payment/
uc_credit/ uc_credit.module - Caches CC details on a pageload for use in various functions.
- uc_credit_settings_form in payment/
uc_credit/ uc_credit.admin.inc - Credit card settings form.
- uc_credit_settings_form_validate in payment/
uc_credit/ uc_credit.admin.inc - Validates the encryption key directory and key file.
- uc_credit_uc_order in payment/
uc_credit/ uc_credit.module - Implements hook_uc_order().
- uc_credit_uc_payment_method in payment/
uc_credit/ uc_credit.module - Implements hook_uc_payment_method().
- uc_credit_uc_store_status in payment/
uc_credit/ uc_credit.module - Implements hook_uc_store_status().
- uc_credit_update_7000 in payment/
uc_credit/ uc_credit.install - Remove credit card debug mode.
- uc_cybersource_payment_gateway_settings_submit in payment/
uc_cybersource/ uc_cybersource.module - Submit handler for payment gateway settings form to encrypt fields.
- uc_order_handler_field_order_cc_data::render in uc_order/
views/ uc_order_handler_field_order_cc_data.inc - Overrides views_handler_field::render().
- uc_payment_method_credit in payment/
uc_credit/ uc_credit.module - Callback function for the Credit Card payment method.
- _uc_authorizenet_login_data in payment/
uc_authorizenet/ uc_authorizenet.module - Decrypts the login data for using Auth.Net APIs.
- _uc_credit_save_cc_data_to_order in payment/
uc_credit/ uc_credit.module - Saves a CC data array to an order's data array.
- _uc_cybersource_soap_login_data in payment/
uc_cybersource/ uc_cybersource.module - Returns an array with the SOAP Merchant ID and Transaction key.