Corrected casing of LNbits (not LNBits) throughout repo

This commit is contained in:
Black Coffee
2022-11-30 14:14:31 +00:00
parent be9b4bf5b8
commit 20b06e4922
15 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ async def accounting_invoice(invoices_wallet):
invoice_data = CreateInvoiceData(
status="open",
currency="USD",
company_name="LNBits, Inc",
company_name="LNbits, Inc",
first_name="Ben",
last_name="Arc",
items=[{"amount": 10.20, "description": "Item costs 10.20"}],