Fix lint
This commit is contained in:
parent
49053b5f88
commit
4d7e8ce2e8
|
@ -3091,7 +3091,7 @@ class WC_AJAX {
|
|||
continue;
|
||||
}
|
||||
$enabled = $gateway->get_option( 'enabled', 'no' );
|
||||
$option = array(
|
||||
$option = array(
|
||||
'id' => $gateway->get_option_key()
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue