Skip to content

Instantly share code, notes, and snippets.

@andrewpthorp
Created January 16, 2014 17:44
Show Gist options
  • Save andrewpthorp/8459727 to your computer and use it in GitHub Desktop.
Save andrewpthorp/8459727 to your computer and use it in GitHub Desktop.
Billing Address in Custom Checkout
function token(token, args){
// You have access to the following:
// args.billing_address_line1
// args.billing_address_city
// args.billing_address_state
// args.billing_address_zip
// args.billing_address_country
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment