You are here

6 calls to stripe_get_key() in Stripe 7

StripePaymentMethodController::execute in stripe_payment/includes/StripePaymentMethodController.inc
Execute a payment.
StripePaymentMethodController::payment_configuration_form_elements in stripe_payment/includes/StripePaymentMethodController.inc
Builder callback for the payment configuration form elements.
StripePaymentMethodController::retrieveAccount in stripe_payment/includes/StripePaymentMethodController.inc
Retrieve the Stripe Account object for a given Payment Method.
StripePaymentMethodController::retrieveCharge in stripe_payment/includes/StripePaymentMethodController.inc
Retrieve the Stripe Charge object for a given Payment.
StripePaymentMethodController::retrieveToken in stripe_payment/includes/StripePaymentMethodController.inc
Retrieve the Stripe Token object for a given Payment.
stripe_admin_test in ./stripe.test.inc
Test/example implementation of the stripe form with the stripe_payment element.