You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If an order is canceled in the checkout, you should normally be redirected to the order overview of the account to complete the order/payment there.
Currently, however, only an error message is displayed after redirection / when calling up the page.
The log says the following:
2025-01-07T09:29:50.480187+00:00] request.CRITICAL: Uncaught PHP Exception TypeError: "Shopware\Commercial\B2B\OrderApproval\Storefront\AccountOrderControllerDecorator::__construct(): Argument #1 ($decorated) must be of type Shopware\Storefront\Controller\AccountOrderController, PayonePayment\Storefront\Controller\Account\AccountOrderControllerDecorator given, called in /var/www/html/releases/371/var/cache/prod_h64c00d2eb81c309402e96da585082937/ContainerA469scZ/Shopware_Core_KernelProdContainer.php on line 20116" at AccountOrderControllerDecorator.php line 43 {"exception":"[object] (TypeError(code: 0): Shopware\Commercial\B2B\OrderApproval\Storefront\AccountOrderControllerDecorator::__construct(): Argument #1 ($decorated) must be of type Shopware\Storefront\Controller\AccountOrderController, PayonePayment\Storefront\Controller\Account\AccountOrderControllerDecorator given, called in /var/www/html/releases/371/var/cache/prod_h64c00d2eb81c309402e96da585082937/ContainerA469scZ/Shopware_Core_KernelProdContainer.php on line 20116 at /var/www/html/releases/371/custom/plugins/SwagCommercial/src/B2B/OrderApproval/Storefront/AccountOrderControllerDecorator.php:43)"} []
Steps to reproduction:
Go through checkout
Select payment method
You will be redirected to an external payment page
Cancel payment there
Only an error message appears under the above link
After uninstalling the Payone plugin, the page can be called up again without errors and the order can be processed
The text was updated successfully, but these errors were encountered:
Hallo @rommelfreddy thank you for your reply, we are currently on v6.1.2 and I don't see an update in the Shopware backend yet so I guess the version is not published in the sw store yet, but I will test once I'm able to update
If an order is canceled in the checkout, you should normally be redirected to the order overview of the account to complete the order/payment there.
Currently, however, only an error message is displayed after redirection / when calling up the page.
The log says the following:
2025-01-07T09:29:50.480187+00:00] request.CRITICAL: Uncaught PHP Exception TypeError: "Shopware\Commercial\B2B\OrderApproval\Storefront\AccountOrderControllerDecorator::__construct(): Argument #1 ($decorated) must be of type Shopware\Storefront\Controller\AccountOrderController, PayonePayment\Storefront\Controller\Account\AccountOrderControllerDecorator given, called in /var/www/html/releases/371/var/cache/prod_h64c00d2eb81c309402e96da585082937/ContainerA469scZ/Shopware_Core_KernelProdContainer.php on line 20116" at AccountOrderControllerDecorator.php line 43 {"exception":"[object] (TypeError(code: 0): Shopware\Commercial\B2B\OrderApproval\Storefront\AccountOrderControllerDecorator::__construct(): Argument #1 ($decorated) must be of type Shopware\Storefront\Controller\AccountOrderController, PayonePayment\Storefront\Controller\Account\AccountOrderControllerDecorator given, called in /var/www/html/releases/371/var/cache/prod_h64c00d2eb81c309402e96da585082937/ContainerA469scZ/Shopware_Core_KernelProdContainer.php on line 20116 at /var/www/html/releases/371/custom/plugins/SwagCommercial/src/B2B/OrderApproval/Storefront/AccountOrderControllerDecorator.php:43)"} []
Steps to reproduction:
After uninstalling the Payone plugin, the page can be called up again without errors and the order can be processed
The text was updated successfully, but these errors were encountered: