From b318eaf7bce99ab4929bb6d2aa4d06b6aeeaebb2 Mon Sep 17 00:00:00 2001 From: "dev.daminik00" Date: Fri, 14 Jun 2024 23:46:11 +0200 Subject: [PATCH] change "" to `` --- .../PaymentPage/methods/ExpressCheckoutStripe/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/PaymentPage/methods/ExpressCheckoutStripe/index.tsx b/src/components/PaymentPage/methods/ExpressCheckoutStripe/index.tsx index f54297a..092c6c9 100644 --- a/src/components/PaymentPage/methods/ExpressCheckoutStripe/index.tsx +++ b/src/components/PaymentPage/methods/ExpressCheckoutStripe/index.tsx @@ -25,7 +25,7 @@ interface IExpressCheckoutStripeProps { function ExpressCheckoutStripe({ clientSecret, - returnUrl = "https://${window.location.host}/payment/result/", + returnUrl = `https://${window.location.host}/payment/result/`, isHide = false, onAvailable, onChangeLoading,