Created
June 13, 2018 18:57
-
-
Save kevincal/a6c213c7f09db0fc61415b11d2e6aa3c 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