We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b31e6c5 commit 9cba3f7Copy full SHA for 9cba3f7
commercetools/resource_api_extension.go
@@ -472,6 +472,8 @@ func expandExtensionTriggers(d *schema.ResourceData) []platform.ExtensionTrigger
472
typeId = platform.ExtensionResourceTypeIdPayment
473
case "customer":
474
typeId = platform.ExtensionResourceTypeIdCustomer
475
+ case "business-unit":
476
+ typeId = platform.ExtensionResourceTypeIdBusinessUnit
477
}
478
479
rawActions := i["actions"].([]any)
0 commit comments