Merge branch 'hotfix-returnUrl' into 'main'

hotfix-returnUrl

See merge request witapp/aura-webapp!140
This commit is contained in:
Daniil Chemerkin 2024-05-18 20:14:15 +00:00
commit 80bc309f26
2 changed files with 0 additions and 2 deletions

View File

@ -163,7 +163,6 @@ function PaymentModal({
activeSubPlan={activeSubPlan} activeSubPlan={activeSubPlan}
client_secret={clientSecret} client_secret={clientSecret}
subscriptionReceiptId={subscriptionReceiptId} subscriptionReceiptId={subscriptionReceiptId}
returnUrl={window.location.href}
/> />
</div> </div>
)} )}

View File

@ -163,7 +163,6 @@ function PaymentModal({
activeSubPlan={activeSubPlan} activeSubPlan={activeSubPlan}
client_secret={clientSecret} client_secret={clientSecret}
subscriptionReceiptId={subscriptionReceiptId} subscriptionReceiptId={subscriptionReceiptId}
returnUrl={window.location.href}
/> />
</div> </div>
)} )}