Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when guest purchase a product #69

Closed
matiechaza opened this issue Apr 22, 2021 · 2 comments
Closed

Error when guest purchase a product #69

matiechaza opened this issue Apr 22, 2021 · 2 comments
Assignees

Comments

@matiechaza
Copy link

I was testing the system and when I wanted to make a purchase as a guest, the system gave me an error in POST checkout/submit.
The error is due to the following line of code:

$order->getBillpayer()->email = Auth::user()->email;

@fulopattila122
Copy link
Member

And what error did you get?

@fulopattila122 fulopattila122 self-assigned this May 25, 2021
@fulopattila122 fulopattila122 added blocked Further Information or Action is required in order to continue and removed invalid labels May 25, 2021
@fulopattila122
Copy link
Member

Thanks for the report, this has been fixed already on the master branch in commit 2825383

It will be released soon along with the 2.2 series.

@fulopattila122 fulopattila122 removed the blocked Further Information or Action is required in order to continue label May 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants