From 6892ab1a0058e5754aa114d59137cc646fdabd1d Mon Sep 17 00:00:00 2001 From: mubbsharanwar Date: Tue, 10 Dec 2024 14:18:49 +0500 Subject: [PATCH] fix: handle paypal payment recipt handle paypal payment recipt url SONIC-784 --- commerce_coordinator/apps/commercetools/pipeline.py | 1 + 1 file changed, 1 insertion(+) diff --git a/commerce_coordinator/apps/commercetools/pipeline.py b/commerce_coordinator/apps/commercetools/pipeline.py index ec4bb555..5eaafef2 100644 --- a/commerce_coordinator/apps/commercetools/pipeline.py +++ b/commerce_coordinator/apps/commercetools/pipeline.py @@ -12,6 +12,7 @@ from openedx_filters.exceptions import OpenEdxFilterException from requests import HTTPError +from commerce_coordinator.apps.commercetools.catalog_info.constants import EDX_STRIPE_PAYMENT_INTERFACE_NAME from commerce_coordinator.apps.commercetools.catalog_info.edx_utils import ( get_edx_payment_intent_id, get_edx_refund_amount,