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