-
Notifications
You must be signed in to change notification settings - Fork 26
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
minor updates #5
base: master
Are you sure you want to change the base?
Conversation
Thanks. I'm working on updating the FedEx service right now. After I push those changes I'll pull this code in as well. |
awesome 👍 |
commit 79368d2 includes fedex match |
I could be mistaken, but I don't believe that FedEx uses 12 digit tracking numbers in production mode. I've added these additional package ID matchers so far in my working copy of the gem (which include the 12 digit numbers, but I'm not certain it's completely necessary): /(\b96\d{20}\b)|(\b\d{15}\b)|(\b\d{12}\b)/
/\b((98\d\d\d\d\d?\d\d\d\d|98\d\d) ?\d\d\d\d ?\d\d\d\d( ?\d\d\d)?)\b/ |
do you get this error on fedex? "TypeError: can't convert Symbol into Integer" details = Trackerific::Services::FedEx.track('183689015000001') HTTPI POST request to wsbeta.fedex.com (httpclient) |
@travishaynes @superjustin How is the progress on this? Getting this merged in would be really helpful right about now with the project I'm working on |
Hi @zackshapiro , until it gets merged in, you can pull it from my repository. |
Hey guys, sorry I haven't got to this sooner. I had a PC meltdown last week, and have been waiting for some replacement parts. I'll take a look at this as soon as I can and get it merged soon. Like @superjustin said, you can just pull from his repository until then, but it shouldn't be too long. I have been making some heavy changes to the FedEx service that may effect this. Apparently FedEx reuses their tracking IDs, which is something I didn't account for. |
No description provided.