reach-digital / magento2-auto-invoice
There is no license information available for the latest version (1.0.0) of this package.
Package info
github.com/ho-nl/magento2-ReachDigital_AutoInvoice
Type:magento2-module
pkg:composer/reach-digital/magento2-auto-invoice
1.0.0
2024-08-02 11:45 UTC
Requires
- php: ~7.4.0||~8.1.0||~8.2.0
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>