Deprecated. This function will continue to work until November 8, 2024, but a newer version is available at changeCurrency()
.
Migration Instructions.
If this function is already in your code, it will continue to work. To stay compatible with future changes, migrate to changeCurrency()
.
To migrate to the new function:
ticketDefinitions.changeCurrency()
, and replace it with ticketDefinitionsV2.changeCurrency()
. Update your code to work with the new changeCurrency()
response properties.Changes the currency for all tickets per event.
You can only call this method when authenticated as a Wix app or Wix user identity.