Skip to content

Commit

Permalink
fix: Revert "fix: Added refund signal config (#240)"
Browse files Browse the repository at this point in the history
This reverts commit c8b3e39.
  • Loading branch information
grmartin committed Jun 14, 2024
1 parent c8b3e39 commit 50ec79d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions commerce_coordinator/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,9 +327,6 @@ def root(*path_fragments):
'commerce_coordinator.apps.commercetools.sub_messages.signals_dispatch.fulfill_order_returned_signal': [
'commerce_coordinator.apps.commercetools.sub_messages.signals_delayed.fulfill_order_returned_signal',
],
'commerce_coordinator.apps.stripe.signals.payment_refunded_signal': [
'commerce_coordinator.apps.commercetools.signals.refund_from_stripe',
],
}

# Default timeouts for requests
Expand Down

0 comments on commit 50ec79d

Please sign in to comment.