Skip to content

Instantly share code, notes, and snippets.

View rubanraj54's full-sized avatar
:octocat:
Eat, Sleep, Code, Repeat.

Rubanraj rubanraj54

:octocat:
Eat, Sleep, Code, Repeat.
  • Studocu
  • Amsterdam, Netherlands
View GitHub Profile
/**
* @param string $fileName
* @throws Exception
*/
private function postSalesDataFileToEmarsys(string $fileName): void
{
$cfile = new \CURLFile("/srv/www/app/sales_items_2020-05-26 13:50:11.csv", 'text/csv');
$ch = curl_init();
$options = array(