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

Commit deb73a8

Browse files
Merge pull request #248 from lukeromanowicz/hotfix/o2m-parsing-order-schema-fails
Fix o2m order schema parsing
2 parents c19c8c1 + cec4625 commit deb73a8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.9.2] - 2019.05.20
8+
- Fix failing o2m when parsing order schema - @lukeromanowicz (#248)
9+
710
## [1.9.1] - 2019.05.10
811
- Mount ElasticSearch data to `docker/elasticsearch/data` directory - @dimasch, @lukeromanowicz (#237, #241)
912
- Fix product schema and importer in migration process - @lukeromanowicz (#239)

src/models/order.schema.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default {
1+
exports.default = {
22
additionalProperties: false,
33
required: [
44
'products',

0 commit comments

Comments
 (0)