File: //proc/self/root/tmp/cs-sound-ready-brief-fields-1.patch
*** Begin Patch
*** Update File: /home/kiwerkzeuge.de/public_html/creator-studio/_lib/bootstrap.php
@@
'status' => 'queued_for_agency_review',
'template_id' => $templateId,
'template_label' => (string) ($template['label'] ?? $templateId),
'template_objective' => (string) ($template['objective'] ?? ''),
+ 'delivery_mode' => $deliveryMode,
+ 'delivery_label' => (string) ($delivery['label'] ?? $deliveryMode),
+ 'delivery_objective' => (string) ($delivery['objective'] ?? ''),
'image_urls' => $imageUrls,
*** End Patch