View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007800 | module Amazon Pay | main | public | 2025-06-05 09:20 | 2025-06-12 15:23 |
Reporter | Spritje | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | assigned | Resolution | open | ||
Product Version | 3.1.5 | ||||
Summary | 0007800: Maintenance mode when PayPalCheckout is activated in combination with AmazonPay | ||||
Description | Maintenance mode in OXID 7 when PayPalCheckout (v. 3.4.1) is activated in combination with AmazonPay (v. 3.1.5) | ||||
Steps To Reproduce | 1. Install PayPal v.3.4.1 and activate 2. Install AmazonPay v. 3.1.5 and activate -> Maintenance Mode | ||||
Additional Information | - es - oxideshop.log: [05 Jun 09:13:59.122468 2025] [uncaught error] [type E_COMPILE_ERROR] [file /var/www/oxideshop/vendor/oxid-esales/amazon-pay-module/src/Core/ViewConfig.php] [line 28] [code ] [message Type of OxidSolutionCatalysts\AmazonPay\Core\ViewConfig::$isFlowCompatibleTheme must be ?bool (as in class OxidSolutionCatalysts\PayPal\Core\ViewConfig)] | ||||
Tags | No tags attached. | ||||
|
in v3.1.5 compatility issue public function isFlowCompatibleTheme() in v3.1.6 fixed public function isFlowCompatibleTheme(): bool https://github.com/OXID-eSales/amazon-pay-module/blob/b-7.0.x/src/Core/ViewConfig.php#L183 |