How to update my application to include the OAuth scope read_all_orders?

I am developing an app and the scope has been granted to me to read all orders. But I am still getting “access denied” when I am trying to read the orders from a store… I would need to update my application to include
the OAuth scope read_all_orders (alongside read_orders or write_orders) for all orders access to take effect.

But I don’t know how to do it? can someone help me with that? where can I change it?

My Fault guys! I was reading better the documentation and I could find the Solution:

So if someone is with the same problem…

I am using PHP/Laravel in the backend. So in this case you should go to:

config - > shopify-app.php → and change in the Shopify API Scopes.

‘api_scopes’ => env(‘SHOPIFY_API_SCOPES’, ‘read_products,write_products,read_orders,write_orders’),

I’m srry, I have a quest for ya, I’ve applied the read all orders access right much longer than 7 days, but there’s still no any forms of reply, I’m wondering what happend and why, could you pls give me some advice for applying?
best regard.