diff --git a/app/Views/failed_mail.php b/app/Views/failed_mail.php
index fc0bef7..0bfa7af 100644
--- a/app/Views/failed_mail.php
+++ b/app/Views/failed_mail.php
@@ -35,7 +35,7 @@
|
+ style="padding: 10px; border-bottom: 1px solid #ededed; border-right: 1px solid #ededed; width: 40%; font-weight:500; color:rgba(0,0,0,.64)">
Order Id : |
@@ -43,7 +43,7 @@
|
|
+ style="padding: 10px; border-bottom: 1px solid #ededed; border-right: 1px solid #ededed; width: 40%; font-weight:500; color:rgba(0,0,0,.64)">
Transaction Date : |
@@ -51,7 +51,7 @@
|
|
+ style="padding: 10px; border-bottom: 1px solid #ededed; border-right: 1px solid #ededed; width: 40%; font-weight:500; color:rgba(0,0,0,.64)">
Payment Failed Details : |
@@ -59,12 +59,16 @@
|
|
- Customer Name : |
+ style="padding: 10px; border-bottom: 1px solid #ededed; border-right: 1px solid #ededed; width: 40%; font-weight:500; color:rgba(0,0,0,.64)">
+ Member by :
- = $profile[0]['name']." ".$profile[0]['last_name'] ?>
-
+ = $profile[0]['name']." ".$profile[0]['last_name'] ?>
+
+
+
|
diff --git a/app/Views/success_mail.php b/app/Views/success_mail.php
index 20b8696..52bf6b4 100644
--- a/app/Views/success_mail.php
+++ b/app/Views/success_mail.php
@@ -37,7 +37,7 @@
|
+ style="padding: 10px; border-bottom: 1px solid #ededed; border-right: 1px solid #ededed; width: 40%; font-weight:500; color:rgba(0,0,0,.64)">
Order Id : |
@@ -45,7 +45,7 @@
|
|
+ style="padding: 10px; border-bottom: 1px solid #ededed; border-right: 1px solid #ededed; width: 40%; font-weight:500; color:rgba(0,0,0,.64)">
Transaction Date : |
@@ -53,7 +53,7 @@
|
|
+ style="padding: 10px; border-bottom: 1px solid #ededed; border-right: 1px solid #ededed; width: 40%; font-weight:500; color:rgba(0,0,0,.64)">
Payment Method : |
@@ -61,19 +61,23 @@
|
|
+ style="padding: 10px; border-bottom: 1px solid #ededed; border-right: 1px solid #ededed; width: 40%; font-weight:500; color:rgba(0,0,0,.64)">
Customer Name : |
- = $profile[0]['name']." ".$profile[0]['last_name']; ?>
-
+ = $profile[0]['name']." ".$profile[0]['last_name'] ?>
+
+
+
|