View Issue Details

IDProjectCategoryView StatusLast Update
0007381module PayPal Checkoutmodule PayPal checkout - subpublic2022-12-08 10:05
ReporterQA Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product VersionNext Minor PayPal version 
Fixed in Version2.2.3 / 1.2.3 
Summary0007381: Error during installation of the oxid-solution-catalyst/paypal-module v1.2.2 with PHP 7.0 or 7.1
Descriptionaccording to the paypal documentation
https://docs.oxid-esales.com/modules/paypal-checkout/de/latest/installation.html
for an OXID shop in version 6.1.6, only PHP 7.0 / PHP 7.1 are supported according to the requirements:
https://docs.oxid-esales.com/eshop/de/6.1/releases/releases-2020/oxid-eshop-616.html

It seems that oxid-solution-catalyst/paypal-module v1.2.2 -> symfony/dotenv ^5.1 -> PHP >=7.2.5 required, as I saw on Packagist:
https://packagist.org/packages/symfony/dotenv#5.1.x-dev
Steps To ReproduceInstall oxid-solution-catalyst/paypal-module v1.2.2 with PHP 7.0 or 7.1
Additional Information-- es --

If the symfony/dotenv is only used for the tests, it must be moved to require dev or
a lower version of symfony/dotenv must be used that supports PHP 7.0 / 7.1.


-> composer show oxid-solution-catalysts/paypal-module ^1.2.0
name : oxid-solution-catalysts/paypal-module
descrip. : OXID eSales PayPal payment module for OXID
keywords : eShop, modules, oxid, payment, paypal
versions : * v1.2.2
type : oxideshop-module
license : GNU General Public License v3.0 only (GPL-3.0) (OSI approved) https://spdx.org/licenses/GPL-3.0.html#licenseText
homepage : https://www.oxid-esales.com
source : [git] https://github.com/OXID-eSales/paypal-module.git ac91a52d41b403c84899230b8b7f81edd0546869
dist : [tar] https://paypal-module.packages.oxid-esales.com//dist/oxid-solution-catalysts-paypal-module-ac91a52d41b403c84899230b8b7f81edd0546869-zip-9c4b33.tar ac91a52d41b403c84899230b8b7f81edd0546869
path : /app/vendor/oxid-solution-catalysts/paypal-module
names : oxid-solution-catalysts/paypal-module

support
source : https://github.com/OXID-eSales/paypal-module
issues : https://github.com/OXID-eSales/paypal-module/issues
forum : https://forum.oxid-esales.com
docs : https://docs.oxid-esales.com/modules/paypal-checkout/en/latest

autoload
psr-4
OxidSolutionCatalysts\PayPal\ => src
OxidSolutionCatalysts\PayPal\Tests\ => Tests

requires
giggsey/libphonenumber-for-php ^8.12
oxid-esales/oxideshop-ce ^v6.3.0
oxid-solution-catalysts/paypal-client v1.0.6
symfony/dotenv ^5.1
viison/address-splitter ^0.3.4
webmozart/path-util ^2.3.0

requires (dev)
codeception/module-db ^1.1.0
codeception/module-phpbrowser ^1.0.2
codeception/module-rest ^1.4.2
phpstan/phpstan ^0.12.26
squizlabs/php_codesniffer 3.*
vimeo/psalm ^4.13
TagsNo tags attached.
Attached Files
image002.png (945,568 bytes)

Activities

mario_lorenz

2022-11-23 14:53

developer   ~0014895

Can I confirm, will be fixed in the next release (v1.2.3)