billing fix up

This commit is contained in:
omair saleh
2022-09-20 09:01:26 +08:00
parent f16a843197
commit 6558ce20d9
@@ -123,5 +123,9 @@ class SegmentConstantsTableSeeder extends Seeder
];
$this->insertData(1, SegmentConstants::OUTSTATION_POSTCODE, $prices);
// insert customer prices
$prices = [15];
$this->insertData(2, SegmentConstants::CUSTOMER_RATE, $prices);
}
}