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.

Comments

mattbk created an issue. See original summary.

mattbk’s picture

Issue summary: View changes
rfay’s picture

Interesting I don't actually see this anywhere even in 6.x code :) Patches welcome.

mattbk’s picture

Status: Active » Needs review
StatusFileSize
new6.96 KB

Here's a patch that uses a new "Powered by Stripe" image from https://stripe.com/about/resources.

  • rfay committed f698cc0 on 7.x-2.x authored by mattbk
    Issue #2840328 by mattbk: "Powered by Stripe" not showing
    
rfay’s picture

Status: Needs review » Fixed

Thanks 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 :)

rfay’s picture

Version: 7.x-2.x-dev » 8.x-2.x-dev
Status: Fixed » Patch (to be ported)
mattbk’s picture

Thanks for the help, @rfay.