Created
February 24, 2014 07:06
-
-
Save jdvc/9183181 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $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