-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add configuration options for Amazon Shipping API
Updated `AmazonShippingApiOptions` to include `IsDevelopment` and `ClientId` properties for better environment configuration. Modified `AmazonShippingRateProvider` and `AmazonShippingShipmentProvider` to utilize the new options, adjusting the base URL based on the development environment. Replaced references to the old `_amazonShippingApi` field with `_shippingApi` for consistency across method implementations.
- Loading branch information
Brandon Moffett
committed
Dec 16, 2024
1 parent
0ef5294
commit 7202305
Showing
3 changed files
with
16 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
src/EasyKeys.Shipping.Amazon.Rates/AmazonShippingRateProvider.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters