commerce_stripe.admin.inc |
includes/commerce_stripe.admin.inc |
|
Provides admin forms and functions for commerce_stripe. |
commerce_stripe.api.php |
commerce_stripe.api.php |
|
This code is never called, it's just information about to use the hooks. |
commerce_stripe.drush.inc |
commerce_stripe.drush.inc |
|
Drush integration for the Commerce Stripe module. |
commerce_stripe.info |
commerce_stripe.info |
|
name = Commerce Stripe
description = Stripe payment gateway integration with Commerce
core = 7.x
package = Commerce (contrib)
files[] = commerce_stripe.test
dependencies[] = commerce
dependencies[] = commerce_ui
dependencies[] =… |
commerce_stripe.install |
commerce_stripe.install |
|
Contains requirements function for Commerce Stripe. |
commerce_stripe.module |
commerce_stripe.module |
|
This module provides Stripe (http://stripe.com/) payment gateway integration
to Commerce. Commerce Stripe offers a PCI-compliant way to process payments
straight from you Commerce shop. |
commerce_stripe.test |
commerce_stripe.test |
|
commerce_stripe.test
This file contains the testing code for this module |
commerce_stripe_test.info |
tests/commerce_stripe_test.info |
|
core = 7.x
hidden = TRUE
name = commerce_stripe_test
description = Used during testing of commerce_stripe. |
commerce_stripe_test.module |
tests/commerce_stripe_test.module |
|
This file contains the testing code for this module |
LICENSE.txt |
LICENSE.txt |
|
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim… |
README.txt |
README.txt |
|
COMMERCE STRIPE
---------------
Commerce Stripe integrates Stripe with Drupal Commerce payment and checkout
system. This module will fully integrate the Stripe to Drupal Commerce in
that way that clients can make payments straight in the shop in… |