CMXX - Update contract security

This commit is contained in:
“VeLiTi”
2024-11-28 13:47:12 +01:00
parent 553c0aef82
commit 868d73c6b5
4 changed files with 7 additions and 5 deletions

View File

@@ -155,6 +155,7 @@ elseif ($command == 'insert'){
$post_content['password'] = generate_jwt($headers, $payload);
$post_content['partnerhierarchy'] = $accounthierarchy;
$post_content['salesID'] = $partner->salesid;
$post_content['language'] = isset($post_content['language']) ? $post_content['language'] : 'US';
}
else {
//do nothing