ratepay / shopware5-module

Ratepay Payment Module for Shopware 5. Supports 5.3.x up to 5.7.x
https://docs.ratepay.com/docs/developer/shop_modules/shopware/shopware_5/ratepay_payment_plugin_for_shopware/
2 stars 6 forks source link

RATEPLUG-33: fix namespaces configservice && dfpservice #39

Closed philippuhr closed 4 years ago

philippuhr commented 4 years ago

Wrong namespaces used

The plugin is not compatible with Shopware 5.6. If the plugin is installed, the home page will throw a fatal error. This pull request fixes wrong paths.

For example:

Fatal error: Uncaught Error: Class 'Shopware\Plugins\Community\Frontend\RpayRatePay\Services\ConfigService' not found in /project/Plugins/Community/Frontend/RpayRatePay/Bootstrapping/Events/TemplateExtensionSubscriber.php:29

philippuhr commented 4 years ago

The second commit fixes additional namespaces.

rommelfreddy commented 4 years ago

hey @philippuhr thank you for contribution! i will test you changes now. but it looks like it is fine