From 5920620f0db614e2dd95c27366f3d0d76e8e40f0 Mon Sep 17 00:00:00 2001 From: mattbk Date: Fri, 19 May 2017 09:59:40 -0500 Subject: [PATCH] Update from 7.x-2.x-dev. --- uc_stripe.module | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/uc_stripe.module b/uc_stripe.module index 9a11d94..1da6dd7 100644 --- a/uc_stripe.module +++ b/uc_stripe.module @@ -150,14 +150,14 @@ function uc_stripe_form_uc_cart_checkout_form_alter(&$form, &$form_state) { '#weight' => -1000, ); - // Powered by Stripe (logo from https://stripe.com/about/resources) - if (variable_get('uc_stripe_poweredby', FALSE)) { - $payment_form['field_message'] = array( - '#type' => 'item', - '#markup' => "Powered by Stripe", - '#weight' => 1, - ); - } + // Powered by Stripe (logo from https://stripe.com/about/resources) + if (variable_get('uc_stripe_poweredby', FALSE)) { + $payment_form['field_message'] = array( + '#type' => 'item', + '#markup' => "Powered by Stripe", + '#weight' => 1, + ); + } $payment_form['stripe_token'] = array( '#type' => 'hidden',