Skip to content

magento man

want to get the Customer password at the time of Registration

Is there any way we get the customer password but not hashed! I am trying this way but not getting <?php namespace VendorCustomerObserver; use MagentoFrameworkEventObserverInterface; use MagentoFrameworkEventObserver; use PsrLogLoggerInterface; class LogPassword implements ObserverInterface { protected $logger; public function __construct( LoggerInterface… Read More »want to get the Customer password at the time of Registration

magento2.4.7-p3 capture(admin/sales/order_invoice/capture/invoice_id/….) 404 error

I’m encountering a 404 error while trying to capture an invoice in Magento 2.4.7-p3. The issue seems to be related to the MagentoSalesControllerAdminhtmlOrderInvoiceCapture controller class, which implements the MagentoFrameworkAppActionHttpPostActionInterface. This is enforced in Magento 2.4.7, causing the controller to only… Read More »magento2.4.7-p3 capture(admin/sales/order_invoice/capture/invoice_id/….) 404 error