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
Hello,
I am trying to upgrade the extension version to the latest (4.0.4), but after the composer update extension when I tried to run the "setup:upgrade" command, the below error is showing:
PHP Warning: Uncaught Exception: Warning: require_once(/vendor/razorpay/magento/Model/../../Razorpay/Razorpay.php): failed to open stream: No such file or directory in /vendor/razorpay/magento/Model/TrackPluginInstrumentation.php on line 17
And Line 17 code:
Also, what is the "WpOrg\Requests\Autoload" dependency? Because in the previous version (3.7.5), this dependency was not showing. Also, after the composer update extension, there is no "WpOrg\Requests" dependency showing in the "vendor" directory.
The text was updated successfully, but these errors were encountered:
Hello,
I am trying to upgrade the extension version to the latest (4.0.4), but after the composer update extension when I tried to run the "setup:upgrade" command, the below error is showing:
PHP Warning: Uncaught Exception: Warning: require_once(/vendor/razorpay/magento/Model/../../Razorpay/Razorpay.php): failed to open stream: No such file or directory in /vendor/razorpay/magento/Model/TrackPluginInstrumentation.php on line 17
And Line 17 code:
Also, what is the "WpOrg\Requests\Autoload" dependency? Because in the previous version (3.7.5), this dependency was not showing. Also, after the composer update extension, there is no "WpOrg\Requests" dependency showing in the "vendor" directory.
The text was updated successfully, but these errors were encountered: