Skip to content

Instantly share code, notes, and snippets.

@kevincal
Last active June 13, 2018 18:58
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/8c1e5329b8c5621d2c7e19fcd95c37cb to your computer and use it in GitHub Desktop.
Save kevincal/8c1e5329b8c5621d2c7e19fcd95c37cb to your computer and use it in GitHub Desktop.
Shipstation API Update html/app/code/community/Auctane/Api/Model/Action/Export.php
html/app/code/community/Auctane/Api/Model/Action/Export.php
if (!$gift->isObjectNew()) {
$message = sprintf("%s", $gift->getMessage());
$order->setGiftMessage($message);
}
/** 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