Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
fix: minor nomenclature change
Browse files Browse the repository at this point in the history
  • Loading branch information
justinemmanuelmercado committed Jun 26, 2020
1 parent 5174ff5 commit bcb1767
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/sections/products/type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export interface PriceToEstimateFees {
Points?: Points
}

export interface FeeEstimateRequest {
export interface FeesEstimateRequest {
MarketplaceId: string
IdType: FeeEstimateIdType
IdValue: string
Expand All @@ -59,8 +59,8 @@ export interface FeeEstimateRequest {
}

export interface GetMyFeesEstimateParameters {
FeesEstimateRequestList: FeeEstimateRequest[]
[key: string]: FeeEstimateRequest[]
FeesEstimateRequestList: FeesEstimateRequest[]
[key: string]: FeesEstimateRequest[]
}

export interface ListMatchingProductsRequestParameters {
Expand Down

0 comments on commit bcb1767

Please sign in to comment.