From af791f78b7f819d3ef85fce91a70d7d0f973e575 Mon Sep 17 00:00:00 2001 From: Jai A Date: Fri, 17 Jan 2025 17:20:12 -0800 Subject: [PATCH] Fix refund frontend --- .../frontend/src/pages/admin/billing/[id].vue | 25 +++++++++++++------ 1 file changed, 17 insertions(+), 8 deletions(-) diff --git a/apps/frontend/src/pages/admin/billing/[id].vue b/apps/frontend/src/pages/admin/billing/[id].vue index c5c72b5d4..b4aa7e2f7 100644 --- a/apps/frontend/src/pages/admin/billing/[id].vue +++ b/apps/frontend/src/pages/admin/billing/[id].vue @@ -25,7 +25,10 @@ Amount * - Enter the amount in cents of USD. For example for $2, enter 200. + + Enter the amount in cents of USD. For example for $2, enter 200. (net + {{ selectedCharge.net }}) + @@ -46,7 +49,7 @@
- @@ -89,13 +92,15 @@ :type="charge.status" /> ⋅ + {{ charge.type }} + ⋅ {{ $dayjs(charge.due).format("YYYY-MM-DD") }} ⋅ {{ formatPrice(vintl.locale, charge.amount, charge.currency_code) }}