Skip to content
This repository has been archived by the owner on May 28, 2023. It is now read-only.

Commit

Permalink
Merge pull request #248 from lukeromanowicz/hotfix/o2m-parsing-order-…
Browse files Browse the repository at this point in the history
…schema-fails

Fix o2m order schema parsing
  • Loading branch information
lukeromanowicz authored May 20, 2019
2 parents c19c8c1 + cec4625 commit deb73a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.9.2] - 2019.05.20
- Fix failing o2m when parsing order schema - @lukeromanowicz (#248)

## [1.9.1] - 2019.05.10
- Mount ElasticSearch data to `docker/elasticsearch/data` directory - @dimasch, @lukeromanowicz (#237, #241)
- Fix product schema and importer in migration process - @lukeromanowicz (#239)
Expand Down
2 changes: 1 addition & 1 deletion src/models/order.schema.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export default {
exports.default = {
additionalProperties: false,
required: [
'products',
Expand Down

0 comments on commit deb73a8

Please sign in to comment.