billing fix up

This commit is contained in:
omair saleh
2022-09-21 09:02:41 +08:00
parent 3658991c43
commit 9783c76be3
@@ -123,9 +123,5 @@ class SegmentConstantsTableSeeder extends Seeder
];
$this->insertData(1, SegmentConstants::OUTSTATION_POSTCODE, $prices);
// insert customer prices
$prices = [15];
$this->insertData(2, SegmentConstants::CUSTOMER_RATE, $prices);
}
}