This commit is contained in:
Fernando Marichal 2022-02-10 17:18:16 -03:00
parent 49053b5f88
commit 4d7e8ce2e8
1 changed files with 1 additions and 1 deletions

View File

@ -3091,7 +3091,7 @@ class WC_AJAX {
continue;
}
$enabled = $gateway->get_option( 'enabled', 'no' );
$option = array(
$option = array(
'id' => $gateway->get_option_key()
);