View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0007998 | OXID eShop B2B Edition | B2B edition - sub | public | 2026-08-20 08:39 | 2026-08-26 15:13 |
| Reporter | Michael Parienti | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | feedback | Resolution | open | ||
| Summary | 0007998: Hidden dependency in the b2b-scheduled-orders-module for the b2b-offers-module | ||||
| Description | The `b2b-scheduled-orders-module` calls the `hasOffer` basket method twice: b2b-scheduled-orders-module/Service/Service.php:163: if ($basket->hasOffer()) { b2b-scheduled-orders-module/Controller/ApprovalDetailsController.php:87: if ($basket->hasOffer()) { But this method is defined in `b2b-offers-module` which is not a dependency of `b2b-scheduled-orders-module`. So either: 1. add `b2b-offers-module` as dependency of `b2b-scheduled-orders-module` 2. or check that the method `hasOffer` exists before calling it | ||||
| Tags | No tags attached. | ||||