From 6f596b50ff3d5b28f22029b6821c423420ea6820 Mon Sep 17 00:00:00 2001 From: pro Date: Wed, 28 Jan 2026 17:07:25 +0900 Subject: [PATCH] =?UTF-8?q?feat:=EB=B0=94=EB=A1=9C=EB=B9=8C=20=EA=B3=BC?= =?UTF-8?q?=EA=B8=88=EC=A0=95=EC=B1=85=EC=97=90=20=ED=99=88=ED=83=9D?= =?UTF-8?q?=EC=8A=A4=20=EB=A7=A4=EC=9E=85/=EB=A7=A4=EC=B6=9C=20=EC=A0=95?= =?UTF-8?q?=EC=B1=85=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../seeders/BarobillPricingPolicySeeder.php | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/database/seeders/BarobillPricingPolicySeeder.php b/database/seeders/BarobillPricingPolicySeeder.php index 896be405..33324568 100644 --- a/database/seeders/BarobillPricingPolicySeeder.php +++ b/database/seeders/BarobillPricingPolicySeeder.php @@ -52,24 +52,24 @@ public function run(): void [ 'service_type' => 'hometax_purchase', 'name' => '홈택스 매입', - 'description' => '홈택스 매입 수집 기본 제공, 추가 수집 시 건당 과금', - 'free_quota' => 100, - 'free_quota_unit' => '건', - 'additional_unit' => 50, - 'additional_unit_label' => '건', - 'additional_price' => 3000, + 'description' => '월정액 33,000원(VAT포함) - 코드브릿지엑스 지원으로 무료 제공', + 'free_quota' => 0, + 'free_quota_unit' => '월정액', + 'additional_unit' => 0, + 'additional_unit_label' => '-', + 'additional_price' => 0, 'is_active' => true, 'sort_order' => 4, ], [ 'service_type' => 'hometax_sales', 'name' => '홈택스 매출', - 'description' => '홈택스 매출 수집 기본 제공, 추가 수집 시 건당 과금', - 'free_quota' => 100, - 'free_quota_unit' => '건', - 'additional_unit' => 50, - 'additional_unit_label' => '건', - 'additional_price' => 3000, + 'description' => '월정액 33,000원(VAT포함) - 코드브릿지엑스 지원으로 무료 제공', + 'free_quota' => 0, + 'free_quota_unit' => '월정액', + 'additional_unit' => 0, + 'additional_unit_label' => '-', + 'additional_price' => 0, 'is_active' => true, 'sort_order' => 5, ],