fix: payment status
This commit is contained in:
parent
212b7cbccb
commit
3520f9f181
@ -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