Skip to content

Instantly share code, notes, and snippets.

@kevincal
Created June 13, 2018 18:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kevincal/a6c213c7f09db0fc61415b11d2e6aa3c to your computer and use it in GitHub Desktop.
Save kevincal/a6c213c7f09db0fc61415b11d2e6aa3c to your computer and use it in GitHub Desktop.
Shipstation API Updatehtml/app/code/community/Auctane/Api/Model/Action/Export.php
html/app/code/community/Auctane/Api/Model/Action/Export.php
/** add target ship date */
$xml->startElement('shipByDate');
$xml->writeCdata($order->getData("target_ship_date"));
$xml->endElement(); // shipByDate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment