strangerstudios / pmpro-pay-by-check

Add a "Pay by Check" option to PMPro levels, and keep members in "pending" status until an admin changes the order status.
https://www.paidmembershipspro.com/add-ons/pmpro-pay-by-check-add-on/
11 stars 27 forks source link

BUG/FIX: Didn't identify the check gateway #13

Closed eighty20results closed 7 years ago

strangerstudios commented 7 years ago

The function there is meant to test the current value of the gateway radio buttons. This update will make it only check against the default gateway set. Was this not working on certain page loads? Or if check was the only gateway? Maybe a different fix is needed.

eighty20results commented 7 years ago

The problem is if someone only uses the check gateway... The function will always return false in that case. Should probably test for both (updated pull request)

strangerstudios commented 7 years ago

I think recent updates fixed this same issue.