Resolve "Resq - message prompt for non-serviceable area" #1353

Merged
korina.cordero merged 176 commits from 463-resq-message-prompt-for-non-serviceable-area into 465-resq-august-13-release 2020-08-12 05:41:57 +00:00
Showing only changes of commit 37fef914d9 - Show all commits

View file

@ -1531,9 +1531,12 @@ class CMBJobOrderHandler implements JobOrderHandlerInterface
if ($img_4 != null) if ($img_4 != null)
$pic_array['image_4'] = $img_4; $pic_array['image_4'] = $img_4;
foreach ($other_images as $img) if ($other_images != null)
{ {
$pic_array['other_images'][] = $img; foreach ($other_images as $img)
{
$pic_array['other_images'][] = $img;
}
} }
$params['signature'] = $cust_signature; $params['signature'] = $cust_signature;