wip
This commit is contained in:
parent
3420155381
commit
ee0ebb265e
|
@ -114,7 +114,7 @@ const PlansSlider = () => {
|
||||||
|
|
||||||
const manageSubscription = async () => {
|
const manageSubscription = async () => {
|
||||||
try {
|
try {
|
||||||
const response = await accountsService.post("stripe/billing", { redirect: "manual" });
|
const response = await accountsService.post("stripe/billing", { throwHttpErrors: false, redirect: "manual" });
|
||||||
console.log(response);
|
console.log(response);
|
||||||
debugger;
|
debugger;
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
|
Reference in New Issue