Tip
|
The 2.x versions are Spring Boot 3 compatible. |
Fixed currency mismatch when adding to cart in a different currency from the catalog’s default currency, along with PricingKey-targeted PriceData
Fixed paging not working when underlyingSize
is present
When underlyingSize
is present, it was used to set the Pageable’s pageSize
instead of underlyingSize
, causing the actual underlyingSize
value to be 0
Fixed issue causing pricing-key-based PriceableTargets to not be created for some cart pricing scenarios (esp. a reprice when switching currencies). This caused the price of Variant-based products to not be found when communicating with the PricingService.