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, ],