Skip to content

Commit

Permalink
Merge pull request #127 from filafb/feat/item-isGift
Browse files Browse the repository at this point in the history
  • Loading branch information
wdsrocha authored Apr 12, 2021
2 parents be60e8b + b1d35b6 commit 39b2b0b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added
- Field `isGift` to `Item` type.

## [0.58.0] - 2021-04-06
### Changed
- `updateItems` mutation using the same endopoint as `addToCart` mutation
Expand Down
1 change: 1 addition & 0 deletions graphql/types/Item.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ type Item {
uniqueId: String!
unitMultiplier: Float
priceTags: [PriceTag!]!
isGift: Boolean!
}

type ImageUrls {
Expand Down
4 changes: 1 addition & 3 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@
},
"credentialType": "absolute",
"mustUpdateAt": "2019-11-05",
"registries": [
"smartcheckout"
],
"registries": ["smartcheckout"],
"policies": [
{
"name": "vtex.messages:translate-messages"
Expand Down
1 change: 1 addition & 0 deletions node/typings/global.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,7 @@ declare global {
at2x: string
at3x: string
}
isGift: boolean
listPrice: number
measurementUnit: string
name: string
Expand Down

0 comments on commit 39b2b0b

Please sign in to comment.