Skip to content

Commit 05602ac

Browse files
Vehicle type al crear en ML
1 parent e3be8b7 commit 05602ac

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/Helpers/ApiMl.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -725,6 +725,10 @@ public static function updateAutopartMl ($autopart)
725725
[
726726
"id" => "POSITION",
727727
"value_name" => $autopart->position ? $autopart->position->name : null
728+
],
729+
[
730+
"id" => "VEHICLE_TYPE",
731+
"value_name" => "Auto/Camioneta"
728732
]
729733

730734
]

0 commit comments

Comments
 (0)