Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarification on lifecycle of refundOffers #437

Open
ralfbayer-db opened this issue Jan 11, 2024 · 3 comments
Open

Clarification on lifecycle of refundOffers #437

ralfbayer-db opened this issue Jan 11, 2024 · 3 comments
Assignees
Labels
documentation Improvements or additions to documentation question Further information is requested
Milestone

Comments

@ralfbayer-db
Copy link
Collaborator

We need clarification on what happens when another refundOffer is requested while a previously requested refundOffer exists in the booking. Can we specify the behaviour?

@ralfbayer-db ralfbayer-db added the question Further information is requested label Jan 11, 2024
@ralfbayer-db ralfbayer-db self-assigned this Jan 11, 2024
@CGantert345 CGantert345 added this to the 3.3.0 milestone Feb 8, 2024
@ralfbayer-db
Copy link
Collaborator Author

Should also go to the documentation:

  • after the validUntil has passed, the refundOffer is gone and can be re-created
  • before that time has passed, no other refundOfferRequests can be sent, they would fail.
    -- either need to delete or confirm the previous refundOffer before creating a new one (or wait for it to be expire)

@jspetrak
Copy link
Collaborator

jspetrak commented Feb 9, 2024

BookingParts also have afterSaleConditions where you have afterSaleFee for Refund or Exchange, and you do not need to get a refund offer. Would these amount match in Condition and RefundOffer?

@jspetrak
Copy link
Collaborator

jspetrak commented Mar 8, 2024

Sqills: Can't have multiple refund offers in the same time.

Proposed as recommendation in the standard. TODO: Update documentation.

@jspetrak jspetrak added the documentation Improvements or additions to documentation label Mar 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation question Further information is requested
Projects
Status: In progress
Development

No branches or pull requests

3 participants