From d45c176be3544ba2683f66988546fb49cf816194 Mon Sep 17 00:00:00 2001 From: shinybrad Date: Thu, 30 Jan 2025 16:55:32 +0000 Subject: [PATCH] commerce@daf41fd Finish 4.8.0 --- docs/.artifacts/commerce/4.x/events.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/.artifacts/commerce/4.x/events.json b/docs/.artifacts/commerce/4.x/events.json index 7c846d78b..2b1a51213 100644 --- a/docs/.artifacts/commerce/4.x/events.json +++ b/docs/.artifacts/commerce/4.x/events.json @@ -21919,6 +21919,12 @@ "type": "craft\\commerce\\events\\SubscriptionPaymentEvent", "desc": "The event that is triggered when a subscription payment is received." }, + { + "class": "craft\\commerce\\services\\Taxes", + "name": "EVENT_REGISTER_TAX_ID_VALIDATORS", + "type": "craft\\commerce\\events\\TaxIdValidatorsEvent", + "desc": "The event that is raised when tax ID validators are registered." + }, { "class": "craft\\commerce\\services\\Taxes", "name": "EVENT_REGISTER_TAX_ENGINE",