You are here

Functions in Ubercart Stripe 6.2

Primary tabs

Namesort descending Location Description Direct uses Strings
drush_uc_stripe_subscription_cancel ./uc_stripe.drush.inc Command callback
uc_stripe_cancel ./uc_stripe.module UC Recurring: Cancel a recurring fee. This runs when subscriptions are cancelled Since we're handling charge intervals in ubercart, this doesn't need to do anything. 1
uc_stripe_charge ./uc_stripe.module Generic "charge" callback that runs on checkout and via the order's "card" terminal 1
uc_stripe_checkout_form_customsubmit ./uc_stripe.module Custom submit function to store the stripe token 1
uc_stripe_drush_command ./uc_stripe.drush.inc Implements hook_drush_command().
uc_stripe_form_alter ./uc_stripe.module implements hook_form_alter() to make sure that we have control of the credit form. It's critical that it have these elements; if we used hook_form_FORMID_alter for this some other module might get an earlier chance at it.
uc_stripe_form_uc_cart_checkout_form_alter ./uc_stripe.module Implements hook_form_FORMID_alter() to change the checkout form All work as a result is done in JS, the ordinary post does not happen.
uc_stripe_form_uc_payment_gateways_form_alter ./uc_stripe.module Implements hook_form_FORMID_alter()
uc_stripe_install ./uc_stripe.install Implements hook_install().
uc_stripe_order_pane ./uc_stripe.module Implements hook_order_pane to provide the stripe customer info
uc_stripe_order_pane_stripe ./uc_stripe.module Provide customer id for order pane. 1
uc_stripe_payment_gateway ./uc_stripe.module Implements hook_payment_gateway to register this payment gateway
uc_stripe_process ./uc_stripe.module UC Recurring: Process a new recurring fee. This runs when subscriptions are "set up" for the first time. There is no action to be taken here except returning TRUE because the customer ID is already stored with the user, where it can be… 1
uc_stripe_recurring_info ./uc_stripe.module Implements hook_recurring_info() to integrate with uc_recurring
uc_stripe_renew ./uc_stripe.module Handle renewing a recurring fee, called by uc_recurring 1
uc_stripe_requirements ./uc_stripe.install Implements hook_requirements().
uc_stripe_settings_form ./uc_stripe.module Provide configuration form for uc_stripe 1
uc_stripe_settings_form_validate ./uc_stripe.module Validation function and normalize keys (trim spaces) 1
uc_stripe_theme_registry_alter ./uc_stripe.module Implements hook_theme_registry_alter() to make sure that we render the entire credit form, including the key returned by JS.
uc_stripe_uc_checkout_complete ./uc_stripe.module Implements hook_uc_checkout_complete()
uc_stripe_uc_payment_method_credit_form ./uc_stripe.module Replace uc_credit's form themeing with our own - adds stripe_token. 1
uc_stripe_update_6201 ./uc_stripe.install Enable triggered renewals, as uc_recurring manages renewals with this version.
uc_stripe_update_6202 ./uc_stripe.install Move customer IDs from uc_recurring_stripe into account
_uc_stripe_check_api_keys ./uc_stripe.module Check that all API keys are configured. 2
_uc_stripe_get_customer_id ./uc_stripe.module Retrieve the Stripe customer id for a user 3
_uc_stripe_load_api ./uc_stripe.install Load the PHP API 2
_uc_stripe_move_customer_id ./uc_stripe.install Move customer ids from uc_recurring_stripe into user account 1
_uc_stripe_prepare_api ./uc_stripe.module Load stripe API 3
_uc_stripe_sanitize_key ./uc_stripe.module Sanitize and strip whitespace from Stripe keys 1
_uc_stripe_validate_key ./uc_stripe.module Validate Stripe key 1

Other projects