Created
December 8, 2015 02:46
-
-
Save leofrozenyogurt/a91f318bc292a37cca7f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
invoice_receiver_list = [ | |
:invoiceData=>{ | |
"item" =>{:name=>"awesome ", :identifier=>"awesome re", :price=>8.0, :itemPrice=>7.0, :itemCount=>1}, | |
"item" =>{:name=>"awesome sauce", :identifier=>"awesome", :price=>7.0, :itemPrice=>7.0, :itemCount=>1} | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment