I don't see "Powered by Stripe" anywhere in the cart/checkout workflow. I took a skim through the code and only found the checkbox to turn it on and off, and the CSS to style, but not where the CSS is used. Am I missing something?
ETA: Checked with both custom and default (Bartik) themes.
Thanks for putting this module together. Hoping I can use it to ditch PayPal altogether.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | Issue #2840328 Stripe logo not showing.patch | 6.96 KB | mattbk |
Comments
Comment #2
mattbk commentedComment #3
rfayInteresting I don't actually see this anywhere even in 6.x code :) Patches welcome.
Comment #4
mattbk commentedHere's a patch that uses a new "Powered by Stripe" image from https://stripe.com/about/resources.
Comment #6
rfayThanks for this! I went ahead and committed it after simple testing. It wasn't formatted right, so please abide by the Drupal Coding Standards - you can set up your editor to just do this for you, it's nice.
Thanks for the contribution and congratulations on the commit. It looks like this is your first? WAHOO! Now for the other one :)
Comment #7
rfayComment #8
mattbk commentedThanks for the help, @rfay.