reach-digital/magento2-auto-invoice

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

Maintainers

Package info

github.com/ho-nl/magento2-ReachDigital_AutoInvoice

Type:magento2-module

pkg:composer/reach-digital/magento2-auto-invoice

Statistics

Installs: 5

Dependents: 0

Suggesters: 0

Stars: 3

Open Issues: 0

1.0.0 2024-08-02 11:45 UTC

This package is auto-updated.

Last update: 2026-03-01 00:58:18 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>