@@ -64,7 +64,7 @@ internal static Dictionary<string, object> BasicPickup
64
64
{
65
65
Dictionary < string , object > fixture = GetFixtureStructure ( ) . Pickups . Basic ;
66
66
67
- const string pickupDate = "2024-08-21 " ;
67
+ const string pickupDate = "2025-03-19 " ;
68
68
69
69
fixture ! . AddOrUpdate ( pickupDate , "min_datetime" ) ;
70
70
fixture ! . AddOrUpdate ( pickupDate , "max_datetime" ) ;
@@ -178,8 +178,6 @@ internal static ParameterSets.Address.All All(Dictionary<string, object>? fixtur
178
178
PageSize = fixture . GetOrNullInt ( "page_size" ) ,
179
179
BeforeId = fixture . GetOrNull < string > ( "before_id" ) ,
180
180
AfterId = fixture . GetOrNull < string > ( "after_id" ) ,
181
- StartDatetime = fixture . GetOrNull < string > ( "start_datetime" ) ,
182
- EndDatetime = fixture . GetOrNull < string > ( "end_datetime" ) ,
183
181
} ;
184
182
}
185
183
}
@@ -597,8 +595,6 @@ internal static ParameterSets.ReferralCustomer.All All(Dictionary<string, object
597
595
PageSize = fixture . GetOrNullInt ( "page_size" ) ,
598
596
BeforeId = fixture . GetOrNull < string > ( "before_id" ) ,
599
597
AfterId = fixture . GetOrNull < string > ( "after_id" ) ,
600
- StartDatetime = fixture . GetOrNull < string > ( "start_datetime" ) ,
601
- EndDatetime = fixture . GetOrNull < string > ( "end_datetime" ) ,
602
598
} ;
603
599
}
604
600
}
@@ -793,7 +789,6 @@ internal static ParameterSets.User.AllChildren AllChildren(Dictionary<string, ob
793
789
return new ParameterSets . User . AllChildren
794
790
{
795
791
PageSize = fixture . GetOrNullInt ( "page_size" ) ,
796
- BeforeId = fixture . GetOrNull < string > ( "before_id" ) ,
797
792
AfterId = fixture . GetOrNull < string > ( "after_id" ) ,
798
793
} ;
799
794
}
0 commit comments