This commit is contained in:
Michał Leszczyk 2022-05-25 14:05:34 +02:00
parent ee0ebb265e
commit 41466a47da
No known key found for this signature in database
GPG Key ID: FA123CA8BAA2FBF4
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ const PlansSlider = () => {
const manageSubscription = async () => { const manageSubscription = async () => {
try { try {
const response = await accountsService.post("stripe/billing", { throwHttpErrors: false, redirect: "manual" }); const response = await accountsService.post("stripe/billing", { throwHttpErrors: false, redirect: "manual" });
console.log(response); console.log(response.headers.get('location'));
debugger; debugger;
} catch (error) { } catch (error) {
setShowPaymentError(true); setShowPaymentError(true);