diff --git a/uc_stripe.module b/uc_stripe.module index 1005926..3c7706a 100644 --- a/uc_stripe.module +++ b/uc_stripe.module @@ -154,7 +154,7 @@ function uc_stripe_form_uc_cart_checkout_form_alter(&$form, &$form_state) { if (variable_get('uc_stripe_poweredby', FALSE)) { $payment_form['field_message'] = array( '#type' => 'item', - '#markup' => "Powered by Stripe", + '#markup' => "Powered by Stripe", '#weight' => 1, ); }