From 6c603481e6e1be41b47861ecdd15c355aa300631 Mon Sep 17 00:00:00 2001 From: Anna Heath Date: Thu, 9 Oct 2025 16:52:16 -0700 Subject: [PATCH] Add Commerce Checkout dependency to Commerce Customer Commerce Customer requires the commerce_customer_billing field to be present, but that field only gets installed when you enable Commerce Checkout. --- modules/customer/commerce_customer.info | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/customer/commerce_customer.info b/modules/customer/commerce_customer.info index 04283b3..a0c2fd9 100644 --- a/modules/customer/commerce_customer.info +++ b/modules/customer/commerce_customer.info @@ -4,6 +4,7 @@ package = Commerce dependencies[] = system (>=1.31.1) dependencies[] = addressfield dependencies[] = commerce +dependencies[] = commerce_checkout dependencies[] = entity backdrop = 1.x type = module