Fix 'Payment gateway not registered.' error happening at checkout.

This commit is contained in:
David Stone
2025-01-30 00:37:00 -07:00
parent b04309e664
commit 34a7d3537c

View File

@ -85,7 +85,7 @@ class Gateway_Manager extends Base_Manager {
*/ */
add_action('init', function () { add_action('init', function () {
do_action('wu_register_gateways'); do_action('wu_register_gateways');
}, 22); }, 19);
/* /*
* Adds the Gateway selection fields * Adds the Gateway selection fields