wip
This commit is contained in:
parent
ee0ebb265e
commit
41466a47da
|
@ -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);
|
console.log(response.headers.get('location'));
|
||||||
debugger;
|
debugger;
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
setShowPaymentError(true);
|
setShowPaymentError(true);
|
||||||
|
|
Reference in New Issue