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 15ecfdf commit dab0fd0Copy full SHA for dab0fd0
src/InteractiveSlide/InstantBook.php
@@ -88,7 +88,7 @@ public function performAction(UserInterface $user, Slide $slide, InteractionSlid
88
return match ($interactionRequest->action) {
89
self::ACTION_GET_QUICK_BOOK_OPTIONS => $this->getQuickBookOptions($slide, $interactionRequest),
90
self::ACTION_QUICK_BOOK => $this->quickBook($slide, $interactionRequest),
91
- default => throw new InteractiveSlideException('Action not allowed', 400),
+ default => throw new InteractiveSlideException('Action not supported', 400),
92
};
93
}
94
0 commit comments