Skip to content

Instantly share code, notes, and snippets.

@jdvc
Created February 24, 2014 07:06
Show Gist options
  • Save jdvc/9183181 to your computer and use it in GitHub Desktop.
Save jdvc/9183181 to your computer and use it in GitHub Desktop.
$items['user/%/subscription'] = array(
'title' => 'Subscription',
'description' => 'Subscription form.',
'page callback' => 'drupal_get_form',
'page arguments' => array('stripe_subscription_subscription_form', 1),
'access callback' => 'stripe_subscription_access',
'access arguments' => array(1),
'menu_name' => 'user-menu',
'type' => MENU_LOCAL_TASK
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment