Closed
Description
Using magento v2.2.0. Through the api, i'm creating a guest cart and proceed to add items to the cart. I then log in a user and add the customer id to the cart and use the carts/mine api to put the modified cart. After checkout, the order shows up on the admin panel with the account information showing guest and no email. When you click on guest, it directs you to the correct customer account with the name and email address there.
Preconditions
- php v7.0
Steps to reproduce
- Add items to guest cart. proceed to assign cart to a logged in customer
- Complete checkout process
Expected result
- I would assume that the order page should show the account information of the account which placed the order without having to click on guest link
Actual result
- Customer Name: guest
- Email: blank <- doesn't say blank. There is nothing there