Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken links in billing intro #3041

Merged
merged 1 commit into from
Jul 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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" ] } }
Loading