addToCart() Not working for multiple items.

Hello,
I’m trying to add an array of items to the cart. It works on desktop but not mobile. On mobile it just adds on item to the cart.
The code is like this:
tickets.forEach(async t => {
await $w(‘#shoppingCartIcon1’).addToCart(GAME_ID, 1, {
“customTextFields”: [ {
“title”: “Cords”,
“value”: t.cords
}]
});

@sapirh @moderator @freeingthegoodkidwit @hans-anneveldt @whiteravenhd @steven-yi-zhang @0xeven00