Created
June 13, 2018 18:57
-
-
Save kevincal/2ab97dd6e6ffb1b1faa8f19a66f9fcd6 to your computer and use it in GitHub Desktop.
Shipstation API Updatehtml/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 | |
/** 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