ATHM_Checkout = {
env: 'sandbox', publicToken: 'sandboxtoken01875617264',
timeout: 600,
theme: 'btn', lang: 'en',
total: 1.00, tax: 1.00, subtotal: 1.00,
metadata1: 'metadata1 test', metadata2: 'metadata2 test',
items: [ { "name":"First Item", "description":"This is a description.", "quantity":"1", "price":"1.00", "tax":"1.00", "metadata":"metadata test" }, { "name":"Second Item", "description":"This is another description.", "quantity":"1", "price":"1.00", "tax":"1.00", "metadata":"metadata test" } ] }