We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dd4ee4 commit cf5e156Copy full SHA for cf5e156
app/code/Magento/Sales/etc/webapi_soap/di.xml
@@ -19,7 +19,7 @@
19
</argument>
20
</arguments>
21
</type>
22
- <type name="Magento\Sales\Model\Order\ShipmentRepository">
23
- <plugin name="process_order_and_shipment_via_api" type="Magento\Sales\Plugin\ProcessOrderAndShipmentViaAPI" />
+ <type name="Magento\Sales\Model\Service\InvoiceService">
+ <plugin name="addTransactionCommentAfterCapture" type="Magento\Sales\Plugin\Model\Service\Invoice\AddTransactionCommentAfterCapture"/>
24
25
</config>
0 commit comments