Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 527 Bytes

File metadata and controls

15 lines (12 loc) · 527 Bytes

ReachDigital_AutoInvoice

Trivial module that auto-invoices orders and moves them onto the processing state/status.

By default this is done for all orders, but you can use DI to provide a list of specific payment method codes to do this for:

<type name="ReachDigital\AutoInvoice\Observer\AutoInvoiceAfterPlaceOrder">
    <arguments>
        <argument name="paymentMethods" xsi:type="array">
            <item name="banktransfer" xsi:type="string">banktransfer</item>
        </argument>
    </arguments>
</type>