kylewest / DotNetShipping

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

Is there any way to use Sandbox environment instead of Production? #26

Closed MalyutinS closed 9 years ago

MalyutinS commented 10 years ago

For example, FedExProvider is using FedEx Web Services. As I know, they have a SOAP service with both Development and Production environments. On my opinion, it can be logical to add additional parameter to FedExProvider constructor to specify which environment we are going to use.

kylewest commented 9 years ago

@MalyutinS this will be completed with pull request #30.