diff --git a/src/services/billingService.ts b/src/services/billingService.ts index cfc80c3c6..4f70ea6b6 100644 --- a/src/services/billingService.ts +++ b/src/services/billingService.ts @@ -161,9 +161,9 @@ class billingService { action: string ) { try { - window.location.href = `${getPaymentsUrl()}?productID=${productID}&paymentToken=${paymentToken}&action=${action}&rootURL=${ + window.location.href = `${getPaymentsUrl()}?productID=${productID}&paymentToken=${paymentToken}&action=${action}&redirectURL=${ window.location.origin - }`; + }/gallery`; } catch (e) { logError(e, 'unable to get payments url'); throw e;