From eb7c021526f7b2bec4665b09b4b74cf650d0f105 Mon Sep 17 00:00:00 2001 From: Chakradhar Date: Mon, 4 Nov 2024 14:10:06 +0530 Subject: [PATCH] frontend/fix: test --- lib/mobility-core/src/Kernel/External/Payment/Interface.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mobility-core/src/Kernel/External/Payment/Interface.hs b/lib/mobility-core/src/Kernel/External/Payment/Interface.hs index 85dc06a4..8d15c9e1 100644 --- a/lib/mobility-core/src/Kernel/External/Payment/Interface.hs +++ b/lib/mobility-core/src/Kernel/External/Payment/Interface.hs @@ -310,5 +310,5 @@ cancelPaymentIntent :: PaymentIntentId -> m CreatePaymentIntentResp cancelPaymentIntent config connectedAccountId paymentIntentId = case config of - JuspayConfig _ -> throwError $ InternalError "Juspay Cancel Payment Intent not supported." + JuspayConfig _ -> throwError $ InternalError "Juspay Cancel Payment Intent not supported. " StripeConfig cfg -> Stripe.cancelPaymentIntent cfg connectedAccountId paymentIntentId