diff --git a/app/Database/dbmsv2.vuerd.json b/app/Database/dbmsv2.vuerd.json index f638094..929d62c 100644 --- a/app/Database/dbmsv2.vuerd.json +++ b/app/Database/dbmsv2.vuerd.json @@ -4,8 +4,8 @@ "settings": { "width": 3000, "height": 3000, - "scrollTop": -1531.3576, - "scrollLeft": -388.7916, + "scrollTop": -1509.3576, + "scrollLeft": -365.7916, "zoomLevel": 0.76, "show": 511, "database": 4, diff --git a/app/Language/en/Customer/Payment.php b/app/Language/en/Customer/Payment.php index ad73f3a..a66722d 100644 --- a/app/Language/en/Customer/Payment.php +++ b/app/Language/en/Customer/Payment.php @@ -16,11 +16,11 @@ return [ 'deleted_at' => "삭제일", 'countdown' => "납부기한", ], - "BILLING_METHOD" => [ + "BILLING" => [ "month" => "매월", "onetime" => "일회성", ], - "PAY_METHOD" => [ + "PAY" => [ "account" => "예치금", "coupon" => "쿠폰", ], diff --git a/app/Services/Customer/PaymentService.php b/app/Services/Customer/PaymentService.php index 8cf3af0..c07b1c7 100644 --- a/app/Services/Customer/PaymentService.php +++ b/app/Services/Customer/PaymentService.php @@ -55,6 +55,7 @@ class PaymentService extends CustomerService 'billing_at', 'pay', 'status', + 'updated_at', 'countdown', 'user_uid' ], diff --git a/app/Services/Equipment/ServerService.php b/app/Services/Equipment/ServerService.php index 3f201d7..255fb9b 100644 --- a/app/Services/Equipment/ServerService.php +++ b/app/Services/Equipment/ServerService.php @@ -59,7 +59,6 @@ class ServerService extends EquipmentService "type", 'title', 'price', - 'total_price', 'manufactur_at', "format_at", 'status'