Skip to content

Instantly share code, notes, and snippets.

@cleytonmessias
Created March 11, 2014 13:10
Show Gist options
  • Save cleytonmessias/9485274 to your computer and use it in GitHub Desktop.
Save cleytonmessias/9485274 to your computer and use it in GitHub Desktop.
$json = json_encode(array(
//'order_id' => $order->getId(),
'order_id' => 42,
'delivery_date' => $shipment_created,
//'delivery_date' => '2014-03-18 13:39',
'client' => $cliente,
'items' => $productArray
));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment