Restore missing prefix to fix check
This commit is contained in:
parent
19bb2a37a3
commit
18ffb2fac0
|
@ -58,7 +58,7 @@
|
||||||
|
|
||||||
if ( sbjs.get ) {
|
if ( sbjs.get ) {
|
||||||
for( const [ key, value ] of Object.entries( wc_order_attribution.sbjsDataToSchema( sbjs.get ) ) ) {
|
for( const [ key, value ] of Object.entries( wc_order_attribution.sbjsDataToSchema( sbjs.get ) ) ) {
|
||||||
$( `input[name="${prefix}${key}"]` ).value = value;
|
$( `input[name="${params.prefix}${key}"]` ).value = value;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue