You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is something wrong with get_transient_available_payment_methods function of /wp-pay/core/src/Core/Gateway.php and update_active_payment_methods function of /wp-pay/core/src/Core/PaymentMethods.php. I am getting the below exception while opening the edit gateway configuration page. Please note, I have created more than 50 payment gateway configurations, you might not get errors if you have lesser configurations. Also, please clear the old Transient data from the options table or cache of WordPress. This error goes away after refreshing the page. There is something wrong with these 2 lines of code
There is something wrong with
get_transient_available_payment_methods
function of/wp-pay/core/src/Core/Gateway.php
andupdate_active_payment_methods
function of/wp-pay/core/src/Core/PaymentMethods.php
. I am getting the below exception while opening the edit gateway configuration page. Please note, I have created more than 50 payment gateway configurations, you might not get errors if you have lesser configurations. Also, please clear the old Transient data from theoptions
table or cache of WordPress. This error goes away after refreshing the page. There is something wrong with these 2 lines of codewp-pay-core/src/Core/Gateway.php
Line 319 in 8056dea
wp-pay-core/src/Core/PaymentMethods.php
Line 652 in 8056dea
While refreshing, execution does not go inside below
if
block, which prevents this error to occur.wp-pay-core/src/Core/Gateway.php
Lines 313 to 321 in 8056dea
The text was updated successfully, but these errors were encountered: