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 a `locale` object to [`createInvoice()`](https://www.wix.com/velo/reference/wix-billing-backend/invoices/createinvoice). The `locale` object supports creating customer invoices to be displayed in custom languages.

+ Updated 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).
ryangec marked this conversation as resolved.
Show resolved Hide resolved

(April 1, 2024)

### Updated API: Wix Window Frontend

`wix-window-frontend`
Expand Down