From db0da02e2740938f9547adab03eb77028ed6c4b7 Mon Sep 17 00:00:00 2001 From: Omair Saleh Date: Mon, 17 Oct 2022 16:57:08 +0800 Subject: [PATCH] show manual transfer bank in details --- .../elements/PaymentHistoryComponent.vue | 27 ++++++++++++++ .../forms/PaymentFormComponent.vue | 36 +++++++++++++++++++ 2 files changed, 63 insertions(+) diff --git a/resources/assets/vue/components/paymentsBilling/elements/PaymentHistoryComponent.vue b/resources/assets/vue/components/paymentsBilling/elements/PaymentHistoryComponent.vue index 7244fe17..34f261ab 100644 --- a/resources/assets/vue/components/paymentsBilling/elements/PaymentHistoryComponent.vue +++ b/resources/assets/vue/components/paymentsBilling/elements/PaymentHistoryComponent.vue @@ -38,6 +38,33 @@ +
+
+
+ +
+
+
+
+
+
CIEF WORLDWIDE SDN. BHD.
+
+
+
+
+
Maybank: 562237009234
+
+
+
+
+
Bank In Amount: {{(Math.round((parameters.amount + Number.EPSILON) * 100) / 100).toFixed(2).toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",")}} MYR
+
+
+
+
diff --git a/resources/assets/vue/components/paymentsBilling/forms/PaymentFormComponent.vue b/resources/assets/vue/components/paymentsBilling/forms/PaymentFormComponent.vue index 4ca880a1..a9b76e56 100644 --- a/resources/assets/vue/components/paymentsBilling/forms/PaymentFormComponent.vue +++ b/resources/assets/vue/components/paymentsBilling/forms/PaymentFormComponent.vue @@ -52,6 +52,42 @@
+
+
+
+
+
You can proceed by bank in {{(Math.round((parameters.amount + Number.EPSILON) * 100) / 100).toFixed(2).toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",")}} MYR to the bank account detailed below and upload your payment proof to proceed with your transfer after clicking on the proceed button below.
+
+
+
+
+
+ +
+
+
+
+
+
CIEF WORLDWIDE SDN. BHD.
+
+
+
+
+
Maybank: 562237009234
+
+
+
+
+
Bank In Amount: {{(Math.round((parameters.amount + Number.EPSILON) * 100) / 100).toFixed(2).toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",")}} MYR
+
+
+
+
+
+