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
I cannot use Amasty RecurringPayments model with Address finder Module.
Getting below error When activating the module.
Magento 2.4.3
require(['magento_plugin', 'addressfinder', 'domReady!'], function (MagentoPlugin, AddressFinder) {
var widgetConfig = {"nzKey":"XXX","auKey":"XXX","nzWidgetOptions":null,"auWidgetOptions":null,"debug":false,"defaultCountry":"au"};
var formsConfig = TypeError: Argument 1 passed to Amasty\RecurringPayments\Model\QuoteValidate::validateQuote() must implement interface Magento\Quote\Api\Data\CartInterface, null given, called in /var/www/html/bsc-magento2.4.-/codepool/vendor/amasty/module-recurring-payments-paypal/Model/Method/Paypal.php on line 63 and defined in /var/www/html/bsc-magento2.4.-/codepool/vendor/amasty/recurring-payments/Model/QuoteValidate.php:44
Stack trace:
The text was updated successfully, but these errors were encountered:
I cannot use Amasty RecurringPayments model with Address finder Module.
Getting below error When activating the module.
Magento 2.4.3
The text was updated successfully, but these errors were encountered: