Skip to content

Commit

Permalink
Fix price attributes. closes #26
Browse files Browse the repository at this point in the history
  • Loading branch information
AchoArnold committed May 11, 2024
1 parent bd4f075 commit be38531
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions price.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ type APIResponseRelationshipsPrice struct {
}

// PriceAPIResponse is the api response for one variant
type PriceAPIResponse = ApiResponse[VariantAttributes, APIResponseRelationshipsPrice]
type PriceAPIResponse = ApiResponse[PriceAttributes, APIResponseRelationshipsPrice]

// PricesAPIResponse is the api response for a list of variants.
type PricesAPIResponse = ApiResponseList[VariantAttributes, APIResponseRelationshipsPrice]
type PricesAPIResponse = ApiResponseList[PriceAttributes, APIResponseRelationshipsPrice]

0 comments on commit be38531

Please sign in to comment.