change "" to ``

This commit is contained in:
dev.daminik00 2024-06-14 23:46:11 +02:00
parent 536bfb2920
commit b318eaf7bc

View File

@ -25,7 +25,7 @@ interface IExpressCheckoutStripeProps {
function ExpressCheckoutStripe({ function ExpressCheckoutStripe({
clientSecret, clientSecret,
returnUrl = "https://${window.location.host}/payment/result/", returnUrl = `https://${window.location.host}/payment/result/`,
isHide = false, isHide = false,
onAvailable, onAvailable,
onChangeLoading, onChangeLoading,