Skip to content

Commit

Permalink
Add self-hosted option for Invoice Ninja
Browse files Browse the repository at this point in the history
  • Loading branch information
Xolyu authored and vraravam committed Jul 8, 2024
1 parent 55967f8 commit 4c23e72
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions recipes/invoice-ninja/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"id": "invoice-ninja",
"name": "Invoice Ninja",
"version": "1.0.1",
"version": "1.1.0",
"license": "MIT",
"config": {
"serviceURL": "https://invoicing.co/#/"
"serviceURL": "https://invoicing.co/#/",
"hasHostedOption": true,
"hasCustomUrl": true
}
}

0 comments on commit 4c23e72

Please sign in to comment.