This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Triggered when a tax group is updated.
function onTaxGroupUpdated(handler: function): void;
handler(event: TaxGroupUpdatedEnvelope): void | Promise<void>
import { taxGroups } from "@wix/billing";
taxGroups.onTaxGroupUpdated((event) => {
// handle your event here
});