Merge branch 'main' into FinalAdminUI
This commit is contained in:
commit
4cd2fe7ee1
34 changed files with 260 additions and 204 deletions
|
|
@ -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"}],
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ async def test_invoices_api_create_invoice_valid(client, invoices_wallet):
|
|||
query = {
|
||||
"status": "open",
|
||||
"currency": "EUR",
|
||||
"company_name": "LNBits, Inc.",
|
||||
"company_name": "LNbits, Inc.",
|
||||
"first_name": "Ben",
|
||||
"last_name": "Arc",
|
||||
"email": "ben@legend.arc",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue