Last active
June 13, 2018 18:58
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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