You are here

function stripe_stripe_params in Stripe 7

Implements hook_stripe_params().

File

./stripe.module, line 508
stripe.module Drupal hooks used for integrating the Stripe service.

Code

function stripe_stripe_params($object = NULL) {
  $params = array();
  return $params;
}