Skip to content

Commit cf5e156

Browse files
committed
MC-35740: Using API to capture payment
1 parent 6dd4ee4 commit cf5e156

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/Sales/etc/webapi_soap

1 file changed

+2
-2
lines changed

app/code/Magento/Sales/etc/webapi_soap/di.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</argument>
2020
</arguments>
2121
</type>
22-
<type name="Magento\Sales\Model\Order\ShipmentRepository">
23-
<plugin name="process_order_and_shipment_via_api" type="Magento\Sales\Plugin\ProcessOrderAndShipmentViaAPI" />
22+
<type name="Magento\Sales\Model\Service\InvoiceService">
23+
<plugin name="addTransactionCommentAfterCapture" type="Magento\Sales\Plugin\Model\Service\Invoice\AddTransactionCommentAfterCapture"/>
2424
</type>
2525
</config>

0 commit comments

Comments
 (0)