Skip to content

magento man

Paypal not working for the logged in customer console error showing “Uncaught TypeError: Cannot read properties of undefined (reading ‘done’) “

I am facing a strange issue, when a logged customer wants to place an order with Paypal then it is showing an error in the console but with guest checkout, it is working perfectly. I have checked the file “vendor/magento/module-paypal/view/frontend/web/js/view/payment/method-rendererpaypal-express-abstract.js”… Read More »Paypal not working for the logged in customer console error showing “Uncaught TypeError: Cannot read properties of undefined (reading ‘done’) “

What I Should do with a message when the target is “vendor” class?

I had the following error message: Report.CRITICAL: Error: Call to a member function getId() on null in /data/sites/ecommerce/web/magento/vendor/magento/module-customer/Block/Adminhtml/Edit/Tab/Newsletter/Grid/Renderer/Action.php How to fix this problem if it points to classes from the “vendor” folder, which theoretically shouldn’t be changed?