kylewest / DotNetShipping

UPS, FedEx, USPS shipping rate calculators for .NET
MIT License
80 stars 66 forks source link

Added ability to choose to use test or prod FedEx web services #30

Closed bradtpm closed 9 years ago

bradtpm commented 9 years ago

I added another constructor when creating the web service instance to allow the selection of test or prod FedEx webservices instead of having to modify the config file. This allows the ability to call test or prod FedEx rates in the same application.

kylewest commented 9 years ago

ignored the failed build, there is some configuration issue.

@bradtpm we can merge this, however, I'd rather not introduce breaking changes for anyone already using DotNetShipping. We can easily accomplish that by putting back the original constructor (manually set production to true) and offering your new constructor (with the parameter to specify production).

sound good? Thanks for the PR :+1:

kylewest commented 9 years ago

added with PR #31.