• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Whose responsibility is saving itinerary, Pay for Itinerary or Prepare itinerary?

 
Ranch Hand
Posts: 174
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If we are not saving unpaid itinerary, then it would be saved after the payment is confirmed. If yes then does saving the itinerary becomes the responsibility of Pay for Itinerary use case or should the control be returned to the Prepare Itinerary use case to allow it to save ?
 
Ranch Hand
Posts: 164
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
That is up to you, but if you save after the confirmation (before the payment), then you will be saving unpaid itineraries.

There are a lot of posts regarding this issue. In my case, I'm going to save unpaid itineraries.

Best Regards
 
reply
    Bookmark Topic Watch Topic
  • New Topic