Skip to content

Commit

Permalink
frontend/fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
chakri642 committed Nov 4, 2024
1 parent 894c116 commit eb7c021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mobility-core/src/Kernel/External/Payment/Interface.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit eb7c021

Please sign in to comment.