Skip to content

Commit

Permalink
Fixed broken links
Browse files Browse the repository at this point in the history
* DocWorks for wix-pay-frontend - 1 change detected
changes:
Service wix-pay-frontend.Currencies has changed description

* DocWorks for wix-pay - 1 change detected
changes:
Service wix-pay.Currencies has changed description

* DocWorks for wix-pay - 1 change detected
changes:
Service wix-pay.Currencies has changed description

* DocWorks for wix-pay-frontend - 1 change detected
changes:
Service wix-pay-frontend.Currencies has changed description

---------

Co-authored-by: sam-prais <samp@wix.com>
  • Loading branch information
wix-docs-feds and sam-prais authored Jul 7, 2024
1 parent 6f770e0 commit 669e457
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 19 deletions.
6 changes: 2 additions & 4 deletions wix-pay-frontend/wix-pay-frontend.service.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{ "name": "wix-pay-frontend",
"mixes": [],
"labels":
[ "changed" ],
"labels": [],
"location":
{ "lineno": 1,
"filename": "pay.js" },
Expand Down Expand Up @@ -96,8 +95,7 @@
{ } } ],
"operations":
[ { "name": "startPayment",
"labels":
[ "changed" ],
"labels": [],
"nameParams": [],
"params":
[ { "name": "paymentId",
Expand Down
7 changes: 4 additions & 3 deletions wix-pay-frontend/wix-pay-frontend/Currencies.service.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{ "name": "Currencies",
"memberOf": "wix-pay-frontend",
"mixes": [],
"labels": [],
"labels":
[ "changed" ],
"location":
{ "lineno": 1,
"filename": "currencies.js" },
Expand All @@ -21,13 +22,13 @@
"",
"",
" + CurrencyConverter",
" - Use [`convertAmounts()`](wix-pay-frontend.Currencies.CurrencyConverter.html#convertAmounts) to convert amounts between two currencies.",
" - Use [`convertAmounts()`](https://dev.wix.com/docs/velo/api-reference/wix-pay-frontend/currencies/currency-converter/convert-amounts) to convert amounts between two currencies.",
" - Use [`getConversionRate()`](wix-pay-frontend.Currencies.CurrencyConverter.html#getConversionRate) to get today’s conversion rate for a pair of currencies. ",
"",
"",
" + SiteSettings",
" - Set the currencies to appear in your currency conversion dropdown using the backend function [`setCurrencies()`](wix-pay-backend.Currencies.SiteSettings.html#setCurrencies).",
" - Use [`getCurrencies()`](wix-pay-frontend.Currencies.SiteSettings.html#getCurrencies) to see the list of the currencies that you set.",
" - Use [`getCurrencies()`](https://dev.wix.com/docs/velo/api-reference/wix-pay-frontend/currencies/site-settings/get-currencies) to see the list of the currencies that you set.",
"",
"To use the Currencies API you must upgrade your site to a [Premium Plan](https://support.wix.com/en/article/upgrading-your-site-to-premium-3066683). ",
"",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{ "name": "SiteSettings",
"memberOf": "wix-pay-frontend.Currencies",
"mixes": [],
"labels":
[ "changed" ],
"labels": [],
"location":
{ "lineno": 179,
"filename": "currencies.js" },
Expand All @@ -19,8 +18,7 @@
"properties": [],
"operations":
[ { "name": "getCurrencies",
"labels":
[ "changed" ],
"labels": [],
"nameParams": [],
"params": [],
"ret":
Expand Down
6 changes: 2 additions & 4 deletions wix-pay/wix-pay.service.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{ "name": "wix-pay",
"mixes": [],
"labels":
[ "changed" ],
"labels": [],
"location":
{ "lineno": 1,
"filename": "pay.js" },
Expand Down Expand Up @@ -47,8 +46,7 @@
{ } },
"properties":
[ { "name": "currencies",
"labels":
[ "changed" ],
"labels": [],
"get": true,
"set": false,
"type": "wix-pay.Currencies",
Expand Down
9 changes: 5 additions & 4 deletions wix-pay/wix-pay/Currencies.service.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{ "name": "Currencies",
"memberOf": "wix-pay",
"mixes": [],
"labels": [],
"labels":
[ "changed" ],
"location":
{ "lineno": 1,
"filename": "currencies.js" },
Expand All @@ -21,13 +22,13 @@
"",
"",
" + CurrencyConverter",
" - Use [`convertAmounts()`](wix-pay.Currencies.CurrencyConverter.html#convertAmounts) to convert amounts between two currencies.",
" - Use [`convertAmounts()`](https://dev.wix.com/docs/velo/api-reference/wix-pay-backend/currencies/currency-converter/convert-amounts) to convert amounts between two currencies.",
" - Use [`getConversionRate()`](wix-pay.Currencies.CurrencyConverter.html#getConversionRate) to get today’s conversion rate for a pair of currencies. ",
"",
"",
" + SiteSettings",
" - Set the currencies to appear in your currency conversion dropdown using the backend function [`setCurrencies()`](wix-pay-backend.Currencies.SiteSettings.html#setCurrencies).",
" - Use [`getCurrencies()`](wix-pay.Currencies.SiteSettings.html#getCurrencies) to see the list of the currencies that you set.",
" - Set the currencies to appear in your currency conversion dropdown using the backend function [`setCurrencies()`](/wix-pay-backend/currencies/site-settings/set-currencies).",
" - Use [`getCurrencies()`](https://dev.wix.com/docs/velo/api-reference/wix-pay-backend/currencies/site-settings/get-currencies) to see the list of the currencies that you set.",
"",
"To use the Currencies API you must upgrade your site to a [Premium Plan](https://support.wix.com/en/article/upgrading-your-site-to-premium-3066683). ",
"",
Expand Down

0 comments on commit 669e457

Please sign in to comment.