This commit is contained in:
Michał Leszczyk 2022-05-25 14:08:36 +02:00
parent 41466a47da
commit 2a3a0c96f8
No known key found for this signature in database
GPG Key ID: FA123CA8BAA2FBF4
1 changed files with 1 additions and 1 deletions

View File

@ -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);