Merge branch 'hotfix/returnUrlError' into 'main'
change "" to `` See merge request witapp/aura-webapp!177
This commit is contained in:
commit
bb8d8073e3
@ -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