Skip to content

Commit

Permalink
Changes to rebound and avocado
Browse files Browse the repository at this point in the history
  • Loading branch information
softcommerceltd committed Dec 9, 2020
1 parent d6487a7 commit 786175c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## Changelog

### Version 1.0.5
- **Improvement**: Added manual order export schedule from within order grid.

### Version 1.0.4
- **Feature**: Added manual order export from order grid and view pages.
- **Improvement**: Introduced new order entity database table to incorporate more rebound services.
Expand Down
4 changes: 1 addition & 3 deletions Service/OrderExport/Processor.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,7 @@ public function execute()
$entityType,
[
OrderExportInterface::STATUS => Status::ERROR,
OrderExportInterface::MESSAGE => $e->getMessage(),
OrderExportInterface::REQUEST_ENTRY => $this->serializer
->serialize($this->getContext()->getRequest())
OrderExportInterface::MESSAGE => $e->getMessage()
]
);
}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
"SoftCommerce\\Rebound\\": ""
}
},
"version": "1.0.4"
"version": "1.0.5"
}

0 comments on commit 786175c

Please sign in to comment.