reach-digital/magento2-auto-invoice

There is no license information available for the latest version (1.0.0) of this package.

1.0.0 2024-08-02 11:45 UTC

This package is auto-updated.

Last update: 2024-11-02 12:24:17 UTC


README

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>