scandipwa / scandipwa

Next-generation front-end for Magento 2

Home Page:https://scandipwa.com/?utm_source=github&utm_medium=readme&utm_campaign=general

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My acount: My Orders crash

johanroberthson opened this issue · comments

Steps to reproduce:

  1. Login to an account that have made som orders.
  2. Click on My Orders
  3. A Internal Server Error is visible

Actual result
Get an errormessage and no orders is visible.

Expected result
Customer should see orders that he/she have made.

Versions

  • ScandiPwa 6.2.0
  • Magento 2.4.6

Additional context
Ther error is in: Model/Resolver/CustomerOrders.php

$orderSort is missing in __construct as a parameter.
Add this on line 80
OrderSort $orderSort,