reach-digital / magento2-auto-invoice
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:magento2-module
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>