EasyPost / easypost-csharp

EasyPost Shipping API Client Library for .NET and .NET Framework applications
https://easypost.com/docs/api
MIT License
66 stars 74 forks source link

[fix] Make FedEx SmartPost parameter set accessible #557

Closed nwithan8 closed 7 months ago

nwithan8 commented 7 months ago

Description

The constructor for EasyPost.Parameters.CarrierAccount.CreateFedExSmartPost was erroneously marked as internal and was not accessible to end-users. Because this is the only way users can create a FedEx Smartpost account using the Parameter objects in .NET, this was blocking some users from creating FedEx Smartpost accounts (without using the legacy raw dictionary approach).

Testing

Pull Request Type

Please select the option(s) that are relevant to this PR.