function mollie_payment_warnings in Mollie Payment 7.2
Suppresses warnings about the configuration of Mollie Payment.
1 string reference to 'mollie_payment_warnings'
- mollie_payment_menu in ./
mollie_payment.module - Implements hook_menu().
File
- ./
mollie_payment.module, line 344 - Provides Mollie integration for the Payment platform.
Code
function mollie_payment_warnings() {
// Set variable to suppress warnings.
variable_set('mollie_payment_suppress_warnings', TRUE);
// Redirect.
drupal_goto();
}