Thread Starter
maxiwp
(@maxiwp)
Hello @serafinnyc , yes this was a custom issue. i manage to make it work by using the.
add_filter('woocommerce_available_payment_gateways', [$this, 'register_custom_payment_gateways']);
in register_custom_payment_gateways i just added the payemnt options i needed and this worked! now, I can enable disable the different payments again from the settings page.
again thx for reaching out!!, i been stuck with this for hours.