|
16 | 16 | import com.expediagroup.sdk.rapid.examples.scenarios.geography.ParseRegionWithMultiPolygonCoordinatesScenario; |
17 | 17 | import com.expediagroup.sdk.rapid.examples.scenarios.managebooking.CancelHeldBookingScenario; |
18 | 18 | import com.expediagroup.sdk.rapid.examples.scenarios.managebooking.ChangeRoomDetailsScenario; |
19 | | -import com.expediagroup.sdk.rapid.examples.scenarios.managebooking.CommitHardChangeScenario; |
20 | 19 | import com.expediagroup.sdk.rapid.examples.scenarios.managebooking.DeleteRoomScenario; |
21 | 20 | import com.expediagroup.sdk.rapid.examples.scenarios.shopping.GetAdditionalAvailabilityOfPropertyScenario; |
22 | 21 | import com.expediagroup.sdk.rapid.examples.scenarios.shopping.GetPaymentOptionsOfRoomScenario; |
@@ -137,20 +136,6 @@ public static void main(String[] args) throws ExecutionException, InterruptedExc |
137 | 136 | deleteRoomScenario.setProfile(new DefaultRapidPartnerProfile()); |
138 | 137 | deleteRoomScenario.run(); |
139 | 138 |
|
140 | | - /* Run Commit Change Room With Refund Scenario using the default profile |
141 | | - This scenario demonstrates the following: |
142 | | - 1. Shopping for properties |
143 | | - 2. Checking room prices for the property |
144 | | - 3. Booking two rooms in the property |
145 | | - 4. Retrieve itinerary by itinerary id |
146 | | - 5. Check if booking is eligible for hard change |
147 | | - 6. Delete first room in booking |
148 | | - 7. Retrieve updated itinerary |
149 | | - */ |
150 | | - CommitHardChangeScenario commitHardChangeScenario = new CommitHardChangeScenario(); |
151 | | - commitHardChangeScenario.setProfile(new DefaultRapidPartnerProfile()); |
152 | | - commitHardChangeScenario.run(); |
153 | | - |
154 | 139 | logger.info("=============================== End of Manage Booking Scenarios ==========================="); |
155 | 140 |
|
156 | 141 | logger.info("=============================== Running Property Content Scenarios ==========================="); |
|
0 commit comments