woocommerce / woocommerce-gateway-stripe

The official Stripe Payment Gateway for WooCommerce
https://wordpress.org/plugins/woocommerce-gateway-stripe/
236 stars 206 forks source link

Refactor payment method check for gateway method as it should have been written #3597

Closed wjrosa closed 1 week ago

wjrosa commented 1 week ago

Changes proposed in this Pull Request:

This is a very small refactor fixing is_valid_payment_method_type_for_gateway to how it was supposed to be written. We should have used the attributed variable ($reusable_gateway) so that the first line of the method is not totally ignored.

Testing instructions

Code review is enough. Check if the tests are still passing.


Post merge