Skip to content

ho-nl/magento2-ReachDigital_AutoInvoice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages