You are here

function commerce_recurring_help in Commerce Recurring Framework 7

Implements hook_help().

File

./commerce_recurring.module, line 38
commerce_recurring.module Provides recurring framework for Drupal Commerce

Code

function commerce_recurring_help($path, $arg) {
  switch ($path) {
    case 'admin/help#commerce_recurring':
      return t("Provides recurring payment options for Drupal Commerce");
  }
}