Note: This function replaces the deprecated changeCurrency()
function. The deprecated function will continue to work until November 8, 2024, but it will not receive updates. To keep any existing code compatible with future changes, see the migration instructions.
Changes ticket price currency per event.
You can only call this method when authenticated as a Wix app or Wix user identity.
function changeCurrency(
eventId: string,
options: ChangeCurrencyOptions,
): Promise<void>;
Event ID.
Optional fields.
import { ticketDefinitionsV2 } from "@wix/events";
async function changeCurrency(eventId, options) {
const response = await ticketDefinitionsV2.changeCurrency(eventId, options);
}
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.