diff --git a/apps/directory/src/stores/checkoutStore.js b/apps/directory/src/stores/checkoutStore.js index a5efceaf64..4ef8eb6f8e 100644 --- a/apps/directory/src/stores/checkoutStore.js +++ b/apps/directory/src/stores/checkoutStore.js @@ -249,7 +249,7 @@ export const useCheckoutStore = defineStore("checkoutStore", () => { } const body = await response.json(); - window.location.href = body.redirect_uri; + window.location.href = body.redirectUrl; } return {