diff --git a/guides/release-notes.md b/guides/release-notes.md index 3cafc944db..478bfb4098 100644 --- a/guides/release-notes.md +++ b/guides/release-notes.md @@ -7,6 +7,18 @@ We love hearing your feedback! You can help us improve the docs by reporting any ![Was this helpful, yes/no buttons](../media/feedback.png) --- +### Updated API: Wix Billing Backend + +`wix-billing-backend` + +We made the following changes to the [Invoices API](https://www.wix.com/velo/reference/wix-billing-backend/invoices): + + + Added an optional `locale` object to [`createInvoice()`](https://www.wix.com/velo/reference/wix-billing-backend/invoices/createinvoice). It can be passed as a property of the `invoiceFields` parameter to set the locale of the customer invoice. + + + Adjusted the list of supported IETF language subtags in the `locale.language` property returned by [`getInvoice()`](https://www.wix.com/velo/reference/wix-billing-backend/invoices/getinvoice). The previous 4-letter language codes listed in the documentation were never returned in the `Invoice` response object. We have adjusted the listed codes to be correctly displayed as 2-letter language subtags. + +(April 1, 2024) + ### New API: Open Media Manager `wix-dashboard`