Got the code to work. Got the code to work. The correct Shopify variable format is below:
transaction_id: ‘{{ order_id }}’,
currency: ‘{{ currency }}’,
The only issue is that the ‘{{ order_id }}’ is not pulling back the actual order Id. Seems to be pulling back a different code. Looking to pull back the Order ID which has the # prefix. Does anyone know any different shopify variables to use for the Order ID?