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

View File

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