You are here

Functions in Ubercart Stripe 6

Primary tabs

Namesort descending Location Description Direct uses Strings
uc_stripe_cancel ./uc_stripe.module Cancel the recurring fee using the Stripe API. 1
uc_stripe_cart_item ./uc_stripe.module Implements hook_cart_item().
uc_stripe_charge ./uc_stripe.module uc_credit callback for creating an actual credit card charge 1
uc_stripe_form_uc_cart_checkout_form_alter ./uc_stripe.module Implements hook_form_FORM_ID_alter().
uc_stripe_form_uc_cart_view_form_alter ./uc_stripe.module Implements hook_form_FORM_ID_alter().
uc_stripe_form_uc_recurring_payment_form_alter ./uc_stripe.module Implements hook_form_FORM_ID_alter().
uc_stripe_form_uc_recurring_product_feature_form_alter ./uc_stripe.module Implements hook_form_FORM_ID_alter().
uc_stripe_install ./uc_stripe.install Implements hook_install().
uc_stripe_payment_gateway ./uc_stripe.module Implements hook_payment_gateway().
uc_stripe_process ./uc_stripe.module Process the recurring fee transaction. 1
uc_stripe_product_feature_validate ./uc_stripe.module Validate the product feature save. Basically, ensure everything is Stripe compatible. Some options are not Stripe compatible and we have stripped out the UI but we double check to ensure the user has not attempted to circumvent those measures. 1
uc_stripe_recurring_info ./uc_stripe.module Implements hook_recurring_info().
uc_stripe_renew ./uc_stripe.module Actual function that initiates a recurring fee. Uses the TransID stored in uc_stripe_process, which was returned by Stripe as a handle/identifier for the customer's stored credit card info 1
uc_stripe_requirements ./uc_stripe.install Implements hook_requirements().
uc_stripe_schema ./uc_stripe.install Implements hook_schema().
uc_stripe_settings_form ./uc_stripe.module Callback for payment gateway settings. 1
uc_stripe_uninstall ./uc_stripe.install Implements hook_uninstall().
uc_stripe_update_6101 ./uc_stripe.install Implements hook_update_N().
uc_stripe_update_6102 ./uc_stripe.install Implements hook_update_N().
uc_stripe_update_6103 ./uc_stripe.install Implements hook_update_N().
_uc_stripe_convert_trial_period ./uc_stripe.module Convert trial period from any unit to days which Stripe expects. 1
_uc_stripe_fancy_name ./uc_stripe.module Given the nid of the item, return its fancy name 2
_uc_stripe_load_api ./uc_stripe.module Load the Stripe API, assign the key 4
_uc_stripe_post_transaction ./uc_stripe.module Post transactions to Stripe using this function. 1

Other projects