From 30d452b0993a964052cac1677cb40e7e6f00b86b Mon Sep 17 00:00:00 2001 From: Shafqat Farhan Date: Fri, 11 Oct 2024 17:18:16 +0500 Subject: [PATCH] feat: Added PayPal custom attributes command --- .../management/commands/create_paypal_custom_types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commerce_coordinator/apps/commercetools/management/commands/create_paypal_custom_types.py b/commerce_coordinator/apps/commercetools/management/commands/create_paypal_custom_types.py index 65265593..2179d09e 100644 --- a/commerce_coordinator/apps/commercetools/management/commands/create_paypal_custom_types.py +++ b/commerce_coordinator/apps/commercetools/management/commands/create_paypal_custom_types.py @@ -2,7 +2,7 @@ from commercetools import CommercetoolsError -from commerce_coordinator.apps.commercetools.catalog_info.foundational_types import TwoUCustomTypes, TwoUCustomObjects +from commerce_coordinator.apps.commercetools.catalog_info.foundational_types import TwoUCustomObjects, TwoUCustomTypes from commerce_coordinator.apps.commercetools.management.commands._ct_api_client_command import ( CommercetoolsAPIClientCommand )