vanilophp / demo

Vanilo Demo Application
https://vanilo.io/docs/
190 stars 54 forks source link

Error when guest purchase a product #69

Closed matiechaza closed 3 years ago

matiechaza commented 3 years ago

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:

https://github.com/vanilophp/demo/blob/477d6c6c887f7629427be2503c33821ae39d3347/app/Http/Controllers/CheckoutController.php#L54

fulopattila122 commented 3 years ago

And what error did you get?

fulopattila122 commented 3 years ago

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

It will be released soon along with the 2.2 series.