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

Release notes - wix-billing-frontend #2853

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
12 changes: 12 additions & 0 deletions guides/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down