Reload gateways after updating the order. Fixes #19401
This commit is contained in:
parent
e86ae89123
commit
4bbdf30794
|
@ -373,6 +373,7 @@ class WC_Settings_Payment_Gateways extends WC_Settings_Page {
|
|||
|
||||
WC_Admin_Settings::save_fields( $this->get_settings() );
|
||||
$wc_payment_gateways->process_admin_options();
|
||||
$wc_payment_gateways->init();
|
||||
|
||||
} else {
|
||||
foreach ( $wc_payment_gateways->payment_gateways() as $gateway ) {
|
||||
|
|
Loading…
Reference in New Issue