Closed (fixed)
Project:
Commerce Stripe
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 May 2012 at 16:23 UTC
Updated:
21 Sep 2013 at 15:31 UTC
Jump to comment: Most recent, Most recent file

Comments
Comment #1
gregglesSeems like a bug to me. I don't see a way to do it in the code, so it may require a hook_form_alter.
Comment #2
bradhawkins commentedThe quick fix would be to edit commerce_stripe.module line 20:
'title' => t('Stripe'),to
'title' => t('Credit Card'),Comment #3
rowbotony commentedHi, thanks, ok I copied the module over to my sites/mysite/modules/custom directory and changed the string, just wanted to make sure I didn't miss anything elsewhere that would have allowed me to change it via the UI. Thanks again, my new commerce site is going live in a few hours!
Comment #4
mrconnerton commentedimplements the changes in #2
Comment #5
iler commentedThis is really not a bug but will see a nice way to define the payment type name in the UI.
Comment #6
thekenshow commentedThere also the string overrides approach using settings.php:
Comment #7
janip commentedPushed the following to 7.x-1.x-dev:
"Added an option for defining a custom display title for Stripe payment method."
http://drupalcode.org/project/commerce_stripe.git/commit/e57133d
Comment #8
greggles@janip - does that mean this status should be set to fixed?
Comment #9
iler commentedComment #11
hbochner commentedThis patch seems like it should be exactly what I want, but it's not working for me.
I've set the display title to "Stripe.com credit card processing" in two places, and
that shows up nicely in the administrative interface.
But the checkout form still says just "Stripe", which is meaningless to users.
What am I doing wrong?
Comment #12
BenK commentedRe-opening this issue.... I'm experiencing the same problem as in #11. Even when the "Stripe" string is changed in the user interface, the label in the pane does not change.
--Ben
Comment #13
mrconnerton commentedI didn't have time to try and fix the issue but a quick work around is:
Comment #15
DanielJohnston commentedNot quite sure what the fix was meant to have fixed, but I can't seem to change anything that affects the display of 'Stripe' as the payment option.
Comment #16
iler commentedFound the bug in here and fixed it (finally). Sorry for the really long delay in fixing this.