API creating a different order than requested

So i’m sending a variant id to SQUARE to create an order, but it’s not creating an order for that variant, it’s creating it for a different variant… idk why:

Request:

Response:

Nvm, figured it out… my idempotency_key wasn’t getting updated so it got stuck on a previous order :man_facepalming: