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