-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some fixes #1
base: master
Are you sure you want to change the base?
Some fixes #1
Conversation
For using this gem without rails.
We need Hash.to_xml in addition to the String inflections, so just go ahead and pull in all of core_ext.
These changes all look great--I'll work in pulling them in (can't do an automatic merge for some reason) as soon as I have a spare moment. Thanks! |
Instead of passing an explicit parameter for the old pass phrase, accept a :PassPhrase option or read one from rails config.
I've been adding a lot functionality really quickly. It's begging for a refactor but haven't had time yet. Feel free to wait if you don't want to pull in lots of not so pretty codes. |
Just drop me a line as soon as you everything's refactored and I'll take a look and most likely pull everything in. Thanks for all the work! |
I've done some refactoring/cleanup. Probably won't be doing any more major refactoring any time soon. I'll be adding support for shipping insurance and carrier pickup hopefully by the end of the day. |
Also includes a revamp of the integration tests and a new task to run unit and integration specs.
Instead of returning an inspected HTTParty response object, return something useful: the actual body of the response from Endicia (with image data stripped for readability).
Added support for MailpieceDimenions (Length, Width, Height) and ImageResolution.
What's the status of this? |
Made a few fixes I thought you might be interested in.