ebay import not picking up shipping method
------------------------------------------ Key: OFBIZ-1202 URL: https://issues.apache.org/jira/browse/OFBIZ-1202 Project: OFBiz Issue Type: Bug Components: order Affects Versions: SVN trunk Reporter: David Shere Priority: Minor Fix For: SVN trunk Orders I'm importing properly pick up the amount paid for shipping, but no shipping method. I'm doing more testing. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
[ https://issues.apache.org/jira/browse/OFBIZ-1202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Shere updated OFBIZ-1202: ------------------------------- Attachment: 1202.patch This fixed it for me. Not sure if this needs to be done to all the other calls to Map.put() > ebay import not picking up shipping method > ------------------------------------------ > > Key: OFBIZ-1202 > URL: https://issues.apache.org/jira/browse/OFBIZ-1202 > Project: OFBiz > Issue Type: Bug > Components: order > Affects Versions: SVN trunk > Reporter: David Shere > Priority: Minor > Fix For: SVN trunk > > Attachments: 1202.patch > > > Orders I'm importing properly pick up the amount paid for shipping, but no shipping method. I'm doing more testing. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12521556 ] David Shere commented on OFBIZ-1202: ------------------------------------ For that matter, should I have made the (String) change to the line for the shipping amount? > ebay import not picking up shipping method > ------------------------------------------ > > Key: OFBIZ-1202 > URL: https://issues.apache.org/jira/browse/OFBIZ-1202 > Project: OFBiz > Issue Type: Bug > Components: order > Affects Versions: SVN trunk > Reporter: David Shere > Priority: Minor > Fix For: SVN trunk > > Attachments: 1202.patch > > > Orders I'm importing properly pick up the amount paid for shipping, but no shipping method. I'm doing more testing. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12521574 ] David Shere commented on OFBIZ-1202: ------------------------------------ Upon further inspection, this patch does not fix the problem. It exists somewhere in this pass: UtilXml.childElementValue(shippingServiceSelectedElement, "ShippingService", "") This resolves to "UPSGround" (in my example), but after it's passed to the Map "order", it becomes null. > ebay import not picking up shipping method > ------------------------------------------ > > Key: OFBIZ-1202 > URL: https://issues.apache.org/jira/browse/OFBIZ-1202 > Project: OFBiz > Issue Type: Bug > Components: order > Affects Versions: SVN trunk > Reporter: David Shere > Priority: Minor > Fix For: SVN trunk > > Attachments: 1202.patch > > > Orders I'm importing properly pick up the amount paid for shipping, but no shipping method. I'm doing more testing. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacopo Cappellato reassigned OFBIZ-1202: ---------------------------------------- Assignee: Jacopo Cappellato > ebay import not picking up shipping method > ------------------------------------------ > > Key: OFBIZ-1202 > URL: https://issues.apache.org/jira/browse/OFBIZ-1202 > Project: OFBiz > Issue Type: Bug > Components: order > Affects Versions: SVN trunk > Reporter: David Shere > Assignee: Jacopo Cappellato > Priority: Minor > Fix For: SVN trunk > > Attachments: 1202.patch > > > Orders I'm importing properly pick up the amount paid for shipping, but no shipping method. I'm doing more testing. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacopo Cappellato closed OFBIZ-1202. ------------------------------------ Resolution: Fixed Fixed in rev. 571426 > ebay import not picking up shipping method > ------------------------------------------ > > Key: OFBIZ-1202 > URL: https://issues.apache.org/jira/browse/OFBIZ-1202 > Project: OFBiz > Issue Type: Bug > Components: order > Affects Versions: SVN trunk > Reporter: David Shere > Assignee: Jacopo Cappellato > Priority: Minor > Fix For: SVN trunk > > Attachments: 1202.patch > > > Orders I'm importing properly pick up the amount paid for shipping, but no shipping method. I'm doing more testing. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
Free forum by Nabble | Edit this page |