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