Skip to content

Commit

Permalink
fix: rebase, fix conflicts, fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
nyujacky committed Aug 27, 2024
1 parent 1b5fde2 commit 78dc550
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion commerce_coordinator/apps/commercetools/clients.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@
from commerce_coordinator.apps.commercetools.catalog_info.constants import DEFAULT_ORDER_EXPANSION, EdXFieldNames
from commerce_coordinator.apps.commercetools.catalog_info.foundational_types import TwoUCustomTypes
from commerce_coordinator.apps.commercetools.utils import (
find_refund_transaction,
handle_commercetools_error,
translate_stripe_refund_status_to_transaction_status, find_refund_transaction
translate_stripe_refund_status_to_transaction_status
)
from commerce_coordinator.apps.core.constants import ORDER_HISTORY_PER_SYSTEM_REQ_LIMIT

Expand Down

0 comments on commit 78dc550

Please sign in to comment.