Open billrobbins opened 1 year ago
Hi, This issue has gone 150 days (5 months) without any activity. This means it is time for a check-in to make sure it is still relevant. If you are still experiencing this issue with the latest version, you can help the project by responding to confirm the problem and by providing any updated reproduction steps. Thanks for helping out.
This issue has gone 180 days (6 months) without any activity.
Describe the bug The Stripe gateway is unintentionally renaming itself and other gateways via the
woocommerce_gateway_title
filter when used with WooCommerce Subscriptions. There are a few conditions that have to be met to experience this:woocommerce_gateway_title
filter.My suspicion is that
WC_Stripe_Payment_Request()->filter_gateway_title()
should return the$title
that's passed into the filter unless the_payment_method_title
meta value equals one of the values that are specifically mentioned. That's what WooPayments does here.Maybe we could remove the last
return $method_title;
?Similar to this issue: https://github.com/woocommerce/woocommerce-gateway-stripe/issues/213
To Reproduce Steps to reproduce the behavior:
woocommerce_gateway_title
filter so don't use that or comment it out.Expected behavior I expected Stripe to not load the payment method title for other gateways.
Screenshots
Environment (please complete the following information):
Additional context Add any other context about the problem here.