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

Class FarePriceUpsellWithoutPNROptions not Found #486

Open
rizwanmcs opened this issue Dec 20, 2024 · 1 comment
Open

Class FarePriceUpsellWithoutPNROptions not Found #486

rizwanmcs opened this issue Dec 20, 2024 · 1 comment

Comments

@rizwanmcs
Copy link

Hi,

I have integrated this package into my laravel application for flight search from amadeaus. Package integrate successfully and returning data from the sources. But when I try to create object of FarePriceUpsellWithoutPNROptions then I receive the below error

Class \"Amadeus\\Client\\RequestOptions\\FarePriceUpsellWithoutPNROptions\" not found Line #86 File #/var/www/html/zzz/apis/app/Helpers/FlightPriceOptionHelper.php

I applied all possible solutions to solve this issue but failed. Kindly guide to solve this issue

Thanks

@therealartz
Copy link
Collaborator

@rizwanmcs this issue is not reproducible for me. It looks like a regular PHP error on your side, not related to this library.

Does the following line crashing for you?

new \Amadeus\Client\RequestOptions\FarePriceUpsellWithoutPnrOptions();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants