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,