Skip to content

Commit

Permalink
Fix broken links in billing intro
Browse files Browse the repository at this point in the history
  • Loading branch information
AriGoldWix committed Jul 4, 2024
1 parent cf7c55f commit ef0a7d9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions wix-billing-backend/wix-billing-backend.service.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"and [create and manage price quotes](https://support.wix.com/en/article/wix-price-quotes-creating-and-sending-price-quotes-to-clients).",
"",
" With the Wix billing APIs, you can:",
" - Manage [invoices](wix-billing-backend/invoices).",
" - Manage [price quotes](wix-billing-backend/pricequotes).",
" - Manage [invoices](/invoices/introduction).",
" - Manage [price quotes](/price-quotes/introduction).",
" - Create custom handling in response to backend [invoice events](wix-billing-backend/events/introduction).",
" - Create custom handling in response to backend [price quote events](wix-billing-backend/events/introduction).",
" ",
Expand All @@ -29,7 +29,7 @@
" It’s important to note the following points before starting to code: ",
"",
" Invoices is an online payment request system and not an accounting service. ",
" In order to accept payments from customers in Wix Invoices, you must set up a [payment method](https://support.wix.com/en/article/setting-up-payment-methods-in-wix-invoices).",
" In order to accept payments from customers in Wix Invoices, you must set up a [payment method](https://support.wix.com/en/article/accepting-payments-an-overview).",
" ",
"## Terminology",
"",
Expand Down Expand Up @@ -91,4 +91,4 @@
"messages": [],
"extra":
{ "scopes":
[ "backend" ] } }
[ "backend" ] } }

0 comments on commit ef0a7d9

Please sign in to comment.