How to find Magento version
Run under the folder where Magento is installed
grep -A6 'static function getVersionInfo' app/Mage.php
Using bin/magento
php bin/magento --version… Read the rest
Notes
Run under the folder where Magento is installed
grep -A6 'static function getVersionInfo' app/Mage.php
Using bin/magento
php bin/magento --version… Read the rest
Your got message with the following text:
###
Please check your server that handles PayPal Instant Payment Notification (IPN) messages. Messages sent to the following URL(s) are not being received:
http://yourdomain.com/url
If you do not recognize this URL, you may be using a service provider that is using IPN on your behalf.… Read the rest