Skip to content

Commit

Permalink
Merge 67d2a83 into 3f3154c
Browse files Browse the repository at this point in the history
  • Loading branch information
lbebber committed Aug 5, 2019
2 parents 3f3154c + 67d2a83 commit d03eee8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Changed
- Limit installments query, using MAX criteria.

## [1.23.0] - 2019-08-02

Expand Down
2 changes: 1 addition & 1 deletion react/queries/productRecommendations.gql
Expand Up @@ -38,7 +38,7 @@ query ProductRecommendations(
AvailableQuantity
Tax
CacheVersionUsedToCallCheckout
Installments {
Installments (criteria: MAX) {
Value
InterestRate
TotalValuePlusInterestRate
Expand Down
2 changes: 1 addition & 1 deletion react/queries/productsQuery.gql
Expand Up @@ -39,7 +39,7 @@ query Products(
sellers {
sellerId
commertialOffer {
Installments {
Installments (criteria: MAX) {
Value
InterestRate
TotalValuePlusInterestRate
Expand Down

0 comments on commit d03eee8

Please sign in to comment.