You are here

Functions in Commerce Stripe 7

Primary tabs

Namesort descending Location Description Direct uses Strings
commerce_stripe_add_metadata ./commerce_stripe.module Adds a metadata key to an existing information array. 3
commerce_stripe_cardonfile_charge ./commerce_stripe.module Card on file callback: background charge payment TODO: implement proper return codes per commerce payment 1 1
commerce_stripe_cardonfile_create ./commerce_stripe.module Card on file callback: create 1 1
commerce_stripe_cardonfile_create_form ./commerce_stripe.module Card on file callback: create form 1
commerce_stripe_cardonfile_create_form_submit ./commerce_stripe.module
commerce_stripe_cardonfile_create_validate ./commerce_stripe.module Validation callback for card on file creation. 1
commerce_stripe_cardonfile_delete ./commerce_stripe.module Card on file callback: deletes the associated customer payment profile. 1
commerce_stripe_cardonfile_update ./commerce_stripe.module Card on file callback: updates the associated customer payment profile. 1
commerce_stripe_commerce_payment_method_info ./commerce_stripe.module Implements hook_commerce_payment_method_info().
commerce_stripe_commerce_payment_method_info_alter ./commerce_stripe.module Implements hook_commerce_payment_method_info_alter().
commerce_stripe_commerce_stripe_metadata ./commerce_stripe.module Implement hook_commerce_stripe_metadata and add our defaults.
commerce_stripe_customer_id ./commerce_stripe.module Checks existing cards on file to see if the customer has a Stripe customer id 1
commerce_stripe_drush_command ./commerce_stripe.drush.inc Implements hook_drush_command().
commerce_stripe_field_widget_addressfield_standard_form_alter ./commerce_stripe.module Implements hook_field_widget_WIDGET_TYPE_form_alter() for addressfield.
commerce_stripe_libraries_info ./commerce_stripe.module Implements hook_libraries_info().
commerce_stripe_load_library ./commerce_stripe.module Brings the stripe php client library into scope 7
commerce_stripe_menu ./commerce_stripe.module Implements hook_menu().
commerce_stripe_refund_form includes/commerce_stripe.admin.inc Form callback for processing refunds. 1
commerce_stripe_refund_form_submit includes/commerce_stripe.admin.inc Submit callback for submitting refunds to Stripe.
commerce_stripe_refund_form_validate includes/commerce_stripe.admin.inc Validation callback for submitting refunds to Stripe.
commerce_stripe_requirements ./commerce_stripe.install Implements hook_requirements().
commerce_stripe_return_access ./commerce_stripe.module Access callback for processing returns. 1
commerce_stripe_settings_form ./commerce_stripe.module Payment method settings form.
commerce_stripe_settings_form_image_validate ./commerce_stripe.module Custom validation callback for image field of stripe settings form. Uploaded image file is temporary by default, it'll be removed during the file garbage collection process. Change its status to FILE_STATUS_PERMANENT. 1
commerce_stripe_set_addressfield_class_names ./commerce_stripe.module Sets unique class names on address field form elements so that they can be picked up by commerce_stripe.js. 2
commerce_stripe_submit_form ./commerce_stripe.module Payment method callback: checkout form.
commerce_stripe_submit_form_submit ./commerce_stripe.module Payment method callback: checkout form submission.
commerce_stripe_test_commerce_stripe_metadata tests/commerce_stripe_test.module Implements hook_commerce_stripe_metadata().
commerce_stripe_uninstall ./commerce_stripe.install Implements hook_uninstall().
drush_commerce_stripe_stripe_download ./commerce_stripe.drush.inc A command callback. 1
hook_commerce_stripe_metadata ./commerce_stripe.api.php Add information to the metadata sent to Stripe.
hook_commerce_stripe_order_charge_alter ./commerce_stripe.api.php Alter the description of the order sent to Stripe in the payment details.
_commerce_stripe_commerce_payment_transaction_save ./commerce_stripe.module attempt to save the transaction and set messages if unsuccessful 2
_commerce_stripe_create_card ./commerce_stripe.module 2
_commerce_stripe_credit_card_field_remove_name ./commerce_stripe.module 1
_commerce_stripe_credit_card_form ./commerce_stripe.module 2
_commerce_stripe_form_add_credit_card_form ./commerce_stripe.module 1
_commerce_stripe_form_configure_stripe_checkout ./commerce_stripe.module 1
_commerce_stripe_form_configure_stripe_common ./commerce_stripe.module 1
_commerce_stripe_load_setting ./commerce_stripe.module 1
_commerce_stripe_load_settings ./commerce_stripe.module 2
_commerce_stripe_save_cardonfile ./commerce_stripe.module 2

Other projects