function commerce_sagepay_enable in Drupal Commerce SagePay Integration 7
Implements hook_enable
File
- ./
commerce_sagepay.module, line 766
Code
function commerce_sagepay_enable() {
drupal_set_message(t('Sage Pay installation complete, please configure your account in the <a href="/admin/commerce/config/sagepay">settings page</a>'));
}