Setup¶
- Add
oscar_invoicesto theINSTALLED_APPSvariable of your project’ssettings.py. - Sync the database using
python manage.py migrate. - Create instances of
LegalEntityandLegalEntityAddress. - Integrate
InvoiceCreatorin your checkout process.