kylewest / DotNetShipping

UPS, FedEx, USPS shipping rate calculators for .NET

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

MalyutinS opened this issue · comments

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.

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