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
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 />
The text was updated successfully, but these errors were encountered:
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
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 />
The text was updated successfully, but these errors were encountered: