Stripe Checkout Tutorial

I managed to work myself through this tutorial and through I had it all figured out but then I realized that when I put two items in my datastore cart and went through to checkout only the first line item was showing in the Stripe Checkout page. I checked the database and the table I was using contained two entries for the two items I had entered into the cart so I am not getting the array that contains all the items back into the API from my database. I am using the price feature on stripe so here is the value from the api name : value fields: Name–> line_items[0][price] Value–> {{record_repeat[0].priceID}}

Here is the log file from Stipe that shows what is being passed:

Any suggestions or readings would be appreciated. I have been working on this for a week with no progress.

thank you