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
When we open a guest customer and go to Activity Log or Merchandise Returns tab, we could see the data from all the other guest customers as well. In case of Queued Emails, it lists down all unsent emails.
On inspecting the code, found that, the query is using EmailAddress to fetch records and for all Guest Customers, it will be empty.
Ideally, the query can be using the customerId, so that the data gets filtered properly
The text was updated successfully, but these errors were encountered:
When we open a guest customer and go to Activity Log or Merchandise Returns tab, we could see the data from all the other guest customers as well. In case of Queued Emails, it lists down all unsent emails.
On inspecting the code, found that, the query is using EmailAddress to fetch records and for all Guest Customers, it will be empty.
Ideally, the query can be using the customerId, so that the data gets filtered properly
The text was updated successfully, but these errors were encountered: