I've been working on a FedEx module for getpaid - mostly by shamelessly stealing code from the UPS module, and I have it returning reasonable values *almost*. The client needs to include dimensions in the rate request because of some oddly shaped packages. Of course, dimensions are not passed through IShippableLineItem - yet another roadblock.
My question is: how do I get at the dimensions from IShippableContent (supplied on the payable form tab) into the IShippableLineItem class? I've edited interfaces.py and item.py to add fields for dimension in IShippableLineItem (in interfaces.py) and ShippableLineItem (in item.py) - all in getpaid.core-0.7.4-py2.4.egg directory tree. I know this is a horrible thing to do, but I'm not sure how to override these properly. Also, although I now have a dimension property in ShippableLineItem, the value given on the payable form isn't passed through - it's just blank. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "getpaid-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/getpaid-dev?hl=en -~----------~----~----~----~------~----~------~--~---
