From d0876861dcf8226106c197cda0d01170a5f2da27 Mon Sep 17 00:00:00 2001 From: Jonathan Bourdon Date: Thu, 24 Apr 2025 14:22:01 -0400 Subject: [PATCH] feat: Integrate branding store in PaymentCompleted and PaymentFailed views to display branding information --- frontend/src/views/PaymentCompleted.vue | 6 ++++-- frontend/src/views/PaymentFailed.vue | 2 ++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/frontend/src/views/PaymentCompleted.vue b/frontend/src/views/PaymentCompleted.vue index be984f7..a3a3c1a 100644 --- a/frontend/src/views/PaymentCompleted.vue +++ b/frontend/src/views/PaymentCompleted.vue @@ -22,8 +22,8 @@

{{ t('message') }} - - {{ creatorUserName }} + + {{ brandingStore.value.name }} @@ -42,10 +42,12 @@