Skip to content

Commit

Permalink
UHF-10456: Fix mismapping
Browse files Browse the repository at this point in the history
  • Loading branch information
root authored and root committed Nov 26, 2024
1 parent 6ae87f9 commit 5a889b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public function getPropertyDefinitions() {
'compensationArray',
]);

$info['purpose'] = DataDefinition::create('string')
$info['compensation_purpose'] = DataDefinition::create('string')
->setSetting('jsonPath', [
'compensation',
'compensationInfo',
Expand Down

0 comments on commit 5a889b9

Please sign in to comment.