Skip to content

creditmemo

Auto Added by WPeMatico

customer wallet recharged by payment gateway

Magento 2.4 module for a Customer Wallet Recharge via Payment Gateway involves building a custom module that allows customers to add funds to their digital wallet on your Magento store using a payment gateway (like Razorpay, PayPal, Stripe, etc.).

How can i get order data using credit memo plugin in Magento 2?

Here I used the credit memo plugin for updating the order data after refund success so how can I get order data in that function? etc/adminhtml/di.xml <?xml version=”1.0″?> <config xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:framework:ObjectManager/etc/config.xsd”> <type name=”MagentoSalesApiCreditmemoRepositoryInterface”> <plugin name=”add_data_custom” type=”VendorModuleModelPluginCreditmemoAddData”/> </type> plugin file public… Read More »How can i get order data using credit memo plugin in Magento 2?