Skip to content

Instantly share code, notes, and snippets.

@boxxxie
Created August 15, 2011 15:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save boxxxie/1147015 to your computer and use it in GitHub Desktop.
Save boxxxie/1147015 to your computer and use it in GitHub Desktop.
(defn- null-vals []
(set {:CashAmount "0",
:DebitAmount "0",
:VisaAmount "0",
:MastercardAmount "0",
:AmexAmount "0",
:DinersAmount "0",
:DiscoverAmount "0",
:MobileVisaAmount "0",
:MobileMastercardAmount "0",
:MobileAmexAmount "0",
:MobileDinersAmount "0",
:MobileDiscoverAmount "0",
:OtherAmount "0",
:AuthorizationString "",
:SequenceString "",
:EndOfDayProcessedFlag "0",
:Receipt "NULL",
:UserID "0",
:NetTransactionTotal "0",
:Tax1Total "0",
:Tax2Total "0",
:Tax3Total "0",
:DiscountTotal "0",
}))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment