change "" to ``
This commit is contained in:
parent
536bfb2920
commit
b318eaf7bc
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user