You are here

Files in Stripe 7

Primary tabs

File namesort descending Location Namespace Description
customers.test stripe_customer/tests/customers.test Commerce customer profile tests.
customers.test stripe_customer/views/tests/customers.test Commerce customer profile tests.
DEVELOPERS.txt DEVELOPERS.txt GENERAL USAGE ------------- The Stripe module uses Libraries API to integrate Stripe's PHP API into Drupal. To load the Stripe PHP API from inside your module, simply do: <?php stripe_load_library(); ?> When the library is loaded, the…
README.txt README.txt Stripe (https://stripe.com/) Payment Gateway integration with Drupal. Description ----------- This module provides API integration with the Stripe.com Payment Gateway. For more information about the Drupal project, see the project page…
stripe.admin.inc stripe.admin.inc Stripe administration and module settings UI.
stripe.api.php stripe.api.php Describe hooks provided by the Stripe module.
stripe.css stripe.css #stripe-admin-test label { display: inline; } #stripe-admin-test .form-item-card-expiry-month { float: left; } #stripe-admin-test #edit-amount { text-align: right; } #stripe-admin-keys .form-item { display: inline; }
stripe.drush.inc stripe.drush.inc Drush commands for Stripe module.
stripe.info stripe.info name = Stripe description = Integration with the Stripe payment Gateway. https://stripe.com/ package = Stripe version = VERSION core = 7.x configure = admin/config/stripe dependencies[] = libraries
stripe.install stripe.install Install, update and uninstall functions for the Stripe module.
stripe.module stripe.module stripe.module Drupal hooks used for integrating the Stripe service.
stripe.pages.inc stripe.pages.inc Page callbacks for the stripe module.
stripe.test.inc stripe.test.inc Stripe test form building callback and handlers.
StripePaymentMethodController.inc stripe_payment/includes/StripePaymentMethodController.inc Stripe Payment controller class and helper code (classes and function).
stripe_customer.admin.inc stripe_customer/stripe_customer.admin.inc Admin view for Stripe Customers.
stripe_customer.api.php stripe_customer/stripe_customer.api.php API documentation for the Stripe Customer module.
stripe_customer.info stripe_customer/stripe_customer.info name = Stripe Customers description = Integrate Drupal accounts with Stripe Customers core = 7.x package = Stripe dependencies[] = stripe files[] = handlers/stripe_customer_viewshandler.inc files[] = stripe_customer.rules.inc
stripe_customer.install stripe_customer/stripe_customer.install Drupal install hooks.
stripe_customer.module stripe_customer/stripe_customer.module Provides integration with Stripe and Drupal Users as Customers.
stripe_customer.rules.inc stripe_customer/stripe_customer.rules.inc Provides Rules integration for the Stripe Customer module.
stripe_customer.tokens.inc stripe_customer/stripe_customer.tokens.inc Contains token integration.
stripe_customer.views.inc stripe_customer/views/stripe_customer.views.inc Provides a relationship between Drupal user and Stripe customers.
stripe_customer_viewshandler.inc stripe_customer/views/handlers/stripe_customer_viewshandler.inc Contains stripe_customer_viewshandler.
stripe_payment.info stripe_payment/stripe_payment.info name = Stripe Payment method description = Integration of the Stripe payment gateway into the Payment Method. package = Stripe core = 7.x dependencies[] = payment dependencies[] = stripe files[] = includes/StripePaymentMethodController.inc
stripe_payment.install stripe_payment/stripe_payment.install Install, update and uninstall functions for the Stripe Payment module.
stripe_payment.module stripe_payment/stripe_payment.module Stripe Payment module.

Other projects