Restore missing prefix to fix check

This commit is contained in:
Justin Palmer 2023-11-28 19:09:26 +01:00
parent 19bb2a37a3
commit 18ffb2fac0
No known key found for this signature in database
GPG Key ID: ACAB7C35AA2577AF
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@
if ( 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;
}
}
};