Skip to content

Commit

Permalink
fix(directory): change redirect_uri to redirectUrl (#4190)
Browse files Browse the repository at this point in the history
  • Loading branch information
dtroelofsprins authored Sep 6, 2024
1 parent b2f833d commit c03bd9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/directory/src/stores/checkoutStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit c03bd9e

Please sign in to comment.