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

Order History API #59

Open
fishwolf opened this issue Apr 30, 2021 · 1 comment
Open

Order History API #59

fishwolf opened this issue Apr 30, 2021 · 1 comment

Comments

@fishwolf
Copy link

fishwolf commented Apr 30, 2021

If i have a product without shipping, for example a downloaded product, if the customer have a order with this product the api return a php error

<br /> <b>Fatal error</b>: Call to a member function getData() on boolean in <b>/opt/UNI/swreleases/catalogo/releases/20210427155517/app/code/community/Divante/VueStorefrontBridge/controllers/UserController.php</b> on line <b>333</b><br />

@hiren7047
Copy link

The error in the UserController.php file of the Divante/VueStorefrontBridge module in your Magento installation. More specifically, on line 333, there is an attempt to call the getData() method on a boolean value, which is causing the fatal error.

This error is likely related to the specific implementation of the VueStorefrontBridge module and its interaction with the downloaded product type in your store. It's important to note that without further context or access to the codebase, it's difficult to provide an exact solution

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