buildingproduct-library 6.0.8 → 6.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
Binary file
|
|
@@ -9258,7 +9258,7 @@ class CustomCheckoutComponent {
|
|
|
9258
9258
|
this.Initialtime = '6:00 AM';
|
|
9259
9259
|
this.initialMaxTime = '06:30 AM';
|
|
9260
9260
|
this.timeOptions = [
|
|
9261
|
-
'06:00 AM', '06:30 AM', '07:00 AM', '08:30 AM',
|
|
9261
|
+
'06:00 AM', '06:30 AM', '07:00 AM', '07:30 AM', '08:00 AM', '08:30 AM',
|
|
9262
9262
|
'09:00 AM', '09:30 AM', '10:00 AM', '10:30 AM', '11:00 AM', '11:30 AM',
|
|
9263
9263
|
'12:00 PM'
|
|
9264
9264
|
];
|