Skip to content

Commit

Permalink
Merge pull request #31 from onedesign/feature/customer-notes
Browse files Browse the repository at this point in the history
Adds customer notes field
  • Loading branch information
michaelramuta authored May 8, 2017
2 parents 42a259e + 7c2b965 commit 38f2788
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/OneShipStation_XmlService.php
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ public function customOrderFields(\SimpleXMLElement $order_xml, Commerce_OrderMo
'CustomField2',
'CustomField3',
'InternalNotes',
'CustomerNotes',
'Gift',
'GiftMessage'];
foreach ($customFields as $fieldName) {
Expand Down

0 comments on commit 38f2788

Please sign in to comment.