We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad59251 commit eb2b262Copy full SHA for eb2b262
examples/src/main/java/com/expediagroup/sdk/rapid/examples/services/ShopService.java
@@ -30,8 +30,8 @@ public class ShopService extends RapidService {
30
public Response<List<Property>> getPropertiesAvailability(List<String> occupancy, RapidPartnerSalesProfile rapidPartnerSalesProfile) {
31
GetAvailabilityOperationParams params = GetAvailabilityOperationParams.builder()
32
.customerIp(Constants.CUSTOMER_IP)
33
- .checkin(LocalDate.now().plusDays(14).toString())
34
- .checkout(LocalDate.now().plusDays(15).toString())
+ .checkin(LocalDate.now().plusDays(20).toString())
+ .checkout(LocalDate.now().plusDays(21).toString())
35
.currency("USD")
36
.countryCode("US")
37
.language("en-US")
0 commit comments