Resolve "Warranty MR" #1478

Open
korina.cordero wants to merge 77 commits from 563-warranty-mr into master-fix
Showing only changes of commit b2e23e8ed9 - Show all commits

View file

@ -23,10 +23,10 @@ $blob_client = BlobRestProxy::createBlobService($conn_string);
$current_date = new DateTime();
$current_date->modify("-1 day");
$date = $current_date->format('m-d-Y');
$date = $current_date->format('m-d-y');
$filename = 'warrantylogs' . $date . '.csv';
//print_r($filename);
print_r($filename);
// NOTE: via download blob
$res = $blob_client->getBlob('warranty', $filename);