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

Commit 3cb8217

Browse files
author
Tomasz Kostuch
authored
Merge pull request #456 from gibkigonzo/bugfix/450
change path in ecosystem for o2m
2 parents df50ea6 + dfe8015 commit 3cb8217

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3232
- Bugfix for wrong JSON scheme url's and hostname resolution for `magento1` platform - @cewald (#443)
3333
- check if headers has been already sent in image middleware - @gibkigonzo (#434)
3434
- Missing packages in Docker Makefile (make, python and g++) - @proxiblue (#448)
35+
- change path in ecosystem for o2m - @gibkigonzo (#434)
3536

3637
## [1.11.1] - 2020.03.17
3738

ecosystem.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
{
1010
"name": "o2m",
11-
"script": "./dist/worker/order_to_magento2.js",
11+
"script": "./dist/src/worker/order_to_magento2.js",
1212
"args": "start",
1313
"log_date_format": "YYYY-MM-DD HH:mm:ss",
1414
"ignore_watch": ["node_modules"]

0 commit comments

Comments
 (0)