From 1121eb249b4d2b2c2297889727cd8954a6465462 Mon Sep 17 00:00:00 2001 From: wix-docs-feds <87931637+wix-docs-feds@users.noreply.github.com> Date: Sun, 7 Jul 2024 15:43:06 +0300 Subject: [PATCH] fixed links * DocWorks for wix-pay-frontend - no significant changes detected * DocWorks for wix-pay - 1 change detected changes: Service wix-pay.Currencies has changed description --------- Co-authored-by: sam-prais --- wix-pay-frontend/wix-pay-frontend/Currencies.service.json | 3 +-- wix-pay/wix-pay/Currencies.service.json | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/wix-pay-frontend/wix-pay-frontend/Currencies.service.json b/wix-pay-frontend/wix-pay-frontend/Currencies.service.json index 139da36282..c9d3a326fb 100644 --- a/wix-pay-frontend/wix-pay-frontend/Currencies.service.json +++ b/wix-pay-frontend/wix-pay-frontend/Currencies.service.json @@ -1,8 +1,7 @@ { "name": "Currencies", "memberOf": "wix-pay-frontend", "mixes": [], - "labels": - [ "changed" ], + "labels": [], "location": { "lineno": 1, "filename": "currencies.js" }, diff --git a/wix-pay/wix-pay/Currencies.service.json b/wix-pay/wix-pay/Currencies.service.json index 02dddec409..bf3968f8bf 100644 --- a/wix-pay/wix-pay/Currencies.service.json +++ b/wix-pay/wix-pay/Currencies.service.json @@ -22,13 +22,13 @@ "", "", " + CurrencyConverter", - " - 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 [`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/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.", + " - 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). ", "",