Merge branch 'main' of https://gitlab.com/witapp/aura-webapp into develop

This commit is contained in:
gofnnp 2024-06-15 01:59:46 +04:00
commit 42c4350f29

View File

@ -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,