• Resolved eclev91

    (@eclev91)


    1. Set up a WooCommerce site
    2. Install WooCommerce Subscriptions extension
    3. Enable legacy PayPal Standard gateway (will require a filter on new WC installs)
    4. Start a subscription on auto-renew with PayPal
    5. Install Stripe plugin (this one)
    6. Disable PayPal gateway
    7. View subscription details
    8. See “Manual Renewal” is the current payment method b/c PayPal has been disabled.
    9. Edit billing details
    10. See that in the dropdown, the Stripe payment option reads “PayPal”. It should show “Stripe”.

    This plugin filters the payment gateway title, but this breaks for subscription orders and shows the original payment gateway title instead of the Stripe-related one.

    In class-wc-stripe-payment-request.php, the filter_gateway_title function probably should only alter the title if it needs altered, or perhaps if it’s within a collection of known titles. It should return the $title it was passed in all other cases, not the $method_title it got off the order.

    • This topic was modified 1 year, 7 months ago by eclev91.
    • This topic was modified 1 year, 7 months ago by eclev91.
    • This topic was modified 1 year, 7 months ago by eclev91.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    I understand this is related to PayPal Payments, Stripe, and the WooCommerce Subscriptions extension.

    If you have a valid license for the WooCommerce Subscription, please contact us at WooCommerce.com > My Account > Support. You may need to create an account before you can access that page.

    Please include a link to this forum thread. This is important to follow up.

    Thank you, we’ll be glad to help.

    Hello,

    We haven’t heard back from you in a while, so I’m going to mark this as resolved – we’ll be here if and/or when you are ready to continue.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Filtering payment method title on subscriptions shows wrong title’ is closed to new replies.