Merge branch 'fix-payment-status' into 'main'
fix: payment status See merge request witapp/aura-webapp!26
This commit is contained in:
commit
69abb8277b
@ -42,7 +42,7 @@ export default function CheckoutForm({
|
|||||||
const { error } = await stripe.confirmPayment({
|
const { error } = await stripe.confirmPayment({
|
||||||
elements,
|
elements,
|
||||||
confirmParams: {
|
confirmParams: {
|
||||||
return_url: `https://${window.location.host}/payment/result/${subscriptionReceiptId}`,
|
return_url: `https://${window.location.host}/payment/result/${subscriptionReceiptId}/`,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
if (error) {
|
if (error) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user