wip
This commit is contained in:
parent
41466a47da
commit
2a3a0c96f8
|
@ -115,7 +115,7 @@ const PlansSlider = () => {
|
|||
const manageSubscription = async () => {
|
||||
try {
|
||||
const response = await accountsService.post("stripe/billing", { throwHttpErrors: false, redirect: "manual" });
|
||||
console.log(response.headers.get('location'));
|
||||
console.log(response.headers.location);
|
||||
debugger;
|
||||
} catch (error) {
|
||||
setShowPaymentError(true);
|
||||
|
|
Reference in New Issue