diff --git a/wix-pay-frontend/wix-pay-frontend.service.json b/wix-pay-frontend/wix-pay-frontend.service.json index 81bd1f21f0..b805bd0057 100644 --- a/wix-pay-frontend/wix-pay-frontend.service.json +++ b/wix-pay-frontend/wix-pay-frontend.service.json @@ -1,7 +1,6 @@ { "name": "wix-pay-frontend", "mixes": [], - "labels": - [ "changed" ], + "labels": [], "location": { "lineno": 1, "filename": "pay.js" }, @@ -96,8 +95,7 @@ { } } ], "operations": [ { "name": "startPayment", - "labels": - [ "changed" ], + "labels": [], "nameParams": [], "params": [ { "name": "paymentId", diff --git a/wix-pay-frontend/wix-pay-frontend/Currencies.service.json b/wix-pay-frontend/wix-pay-frontend/Currencies.service.json index c2c5a06ad9..139da36282 100644 --- a/wix-pay-frontend/wix-pay-frontend/Currencies.service.json +++ b/wix-pay-frontend/wix-pay-frontend/Currencies.service.json @@ -1,7 +1,8 @@ { "name": "Currencies", "memberOf": "wix-pay-frontend", "mixes": [], - "labels": [], + "labels": + [ "changed" ], "location": { "lineno": 1, "filename": "currencies.js" }, @@ -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). ", "", diff --git a/wix-pay-frontend/wix-pay-frontend/Currencies/SiteSettings.service.json b/wix-pay-frontend/wix-pay-frontend/Currencies/SiteSettings.service.json index fb8cd40079..c937be0a8d 100644 --- a/wix-pay-frontend/wix-pay-frontend/Currencies/SiteSettings.service.json +++ b/wix-pay-frontend/wix-pay-frontend/Currencies/SiteSettings.service.json @@ -1,8 +1,7 @@ { "name": "SiteSettings", "memberOf": "wix-pay-frontend.Currencies", "mixes": [], - "labels": - [ "changed" ], + "labels": [], "location": { "lineno": 179, "filename": "currencies.js" }, @@ -19,8 +18,7 @@ "properties": [], "operations": [ { "name": "getCurrencies", - "labels": - [ "changed" ], + "labels": [], "nameParams": [], "params": [], "ret": diff --git a/wix-pay/wix-pay.service.json b/wix-pay/wix-pay.service.json index 16312a6715..0767780cbd 100644 --- a/wix-pay/wix-pay.service.json +++ b/wix-pay/wix-pay.service.json @@ -1,7 +1,6 @@ { "name": "wix-pay", "mixes": [], - "labels": - [ "changed" ], + "labels": [], "location": { "lineno": 1, "filename": "pay.js" }, @@ -47,8 +46,7 @@ { } }, "properties": [ { "name": "currencies", - "labels": - [ "changed" ], + "labels": [], "get": true, "set": false, "type": "wix-pay.Currencies", diff --git a/wix-pay/wix-pay/Currencies.service.json b/wix-pay/wix-pay/Currencies.service.json index 57dfb5863f..02dddec409 100644 --- a/wix-pay/wix-pay/Currencies.service.json +++ b/wix-pay/wix-pay/Currencies.service.json @@ -1,7 +1,8 @@ { "name": "Currencies", "memberOf": "wix-pay", "mixes": [], - "labels": [], + "labels": + [ "changed" ], "location": { "lineno": 1, "filename": "currencies.js" }, @@ -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). ", "",