You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know that in order to reserve few bags I can reserve the same bag several times.
But it looks like in such cases it still reserves only one bag at a time, so it will require X checks to reserve X bags from the same store, given that they are still available.
But often it's not possible because all bags are sold out before the next check happens. Especially taking into account that the feature is particularly useful for high-demand stores.
It would be nice to have it handled as expected (to reserve all X bags at once or all bags that are available, if less than X).
The text was updated successfully, but these errors were encountered:
I know that in order to reserve few bags I can reserve the same bag several times.
But it looks like in such cases it still reserves only one bag at a time, so it will require X checks to reserve X bags from the same store, given that they are still available.
But often it's not possible because all bags are sold out before the next check happens. Especially taking into account that the feature is particularly useful for high-demand stores.
It would be nice to have it handled as expected (to reserve all X bags at once or all bags that are available, if less than X).
The text was updated successfully, but these errors were encountered: