From 7becbbf5565999ec986321a58f05faa382bf2ea1 Mon Sep 17 00:00:00 2001 From: Thomas Peterson Date: Tue, 17 Dec 2024 20:36:35 +0100 Subject: [PATCH] Fixes --- .../Invoice/InvoiceApp/src/components/order/order.tsx | 11 ++++++++--- .../src/components/order/payment/payment.tsx | 1 + .../src/components/order/shipping/shipping.tsx | 1 + 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/src/new/var/plugins/System/PSC/Invoice/InvoiceApp/src/components/order/order.tsx b/src/new/var/plugins/System/PSC/Invoice/InvoiceApp/src/components/order/order.tsx index 46ff3eb8d..6f9e9754f 100644 --- a/src/new/var/plugins/System/PSC/Invoice/InvoiceApp/src/components/order/order.tsx +++ b/src/new/var/plugins/System/PSC/Invoice/InvoiceApp/src/components/order/order.tsx @@ -11,7 +11,6 @@ const Order = () => { let { uuid } = useParams(); useEffect(() => { - console.log(uuid) if(uuid) { loadOrder(uuid) } @@ -20,8 +19,14 @@ const Order = () => { return (
- - +
+
+ +
+
+ +
+
diff --git a/src/new/var/plugins/System/PSC/Invoice/InvoiceApp/src/components/order/payment/payment.tsx b/src/new/var/plugins/System/PSC/Invoice/InvoiceApp/src/components/order/payment/payment.tsx index 99c0e2a6a..feca1f4d9 100644 --- a/src/new/var/plugins/System/PSC/Invoice/InvoiceApp/src/components/order/payment/payment.tsx +++ b/src/new/var/plugins/System/PSC/Invoice/InvoiceApp/src/components/order/payment/payment.tsx @@ -35,6 +35,7 @@ const PaymentComponent = () => { return (
+ { return (
+