From c03bd9e6ce6baf5aecef11f502941ad5e21437ed Mon Sep 17 00:00:00 2001 From: dtroelofsprins <57137088+dtroelofsprins@users.noreply.github.com> Date: Fri, 6 Sep 2024 12:22:45 +0200 Subject: [PATCH] fix(directory): change redirect_uri to redirectUrl (#4190) --- apps/directory/src/stores/checkoutStore.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {