We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 268e49e commit 54bead7Copy full SHA for 54bead7
packages/network/src/api/inspection/mappers.ts
@@ -495,7 +495,7 @@ export function mapApiInspectionPost(options: CreateInspectionOptions): ApiInspe
495
tasks: getTasksOptions(options),
496
vehicle: options.vehicleType ? { vehicle_type: options.vehicleType } : undefined,
497
damage_severity: { output_format: 'toyota' },
498
- pricing: options.useDynamicCrops ? { output_format: 'toyota' } : undefined,
+ pricing: options.usePricingV2 ? { output_format: 'toyota' } : undefined,
499
additional_data: {
500
user_agent: navigator.userAgent,
501
connection: navigator.connection,
0 commit comments