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

Commit

Permalink
fix: revert accidental parameter change
Browse files Browse the repository at this point in the history
  • Loading branch information
justinemmanuelmercado committed Jun 22, 2020
1 parent dca8930 commit 4514c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sections/orders.ts
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ export type ListOrderParameters = RequireOnlyOne<
LastUpdatedAfter?: Date
LastUpdatedBefore?: Date
OrderStatus?: OrderStatus
MarketplaceId: string
MarketplaceId: string[]
FulfillmentChannel?: FulfillmentChannel
PaymentMethod?: PaymentMethod
BuyerEmail?: string
Expand Down

0 comments on commit 4514c00

Please sign in to comment.