Created
June 2, 2010 13:07
-
-
Save adamgamble/422336 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
options = {"DOB"=>"2000-01-01", | |
"ValidationQuestion"=>"what is 1 + blue", | |
"PostalRegion"=>"AL", | |
"PostalCity"=>"Birmingham", | |
"IDValue"=>7013088, | |
"SSN"=>"444-44-4444", | |
"IDType"=>1, | |
:pngUser=> | |
{:UserName=>"isotope", :APIKey=>"isotope", :Status=>true, :IsLocked=>false}, | |
"LastName"=>"Gamble", | |
"PostalCode"=>"35209", | |
"FirstName"=>"adam", | |
"ValidationData"=>"eleventy", | |
"CardProductID"=>"00001", | |
"PostalAddress1"=>"23423423"} | |
intergrator = CdsWebserviceIntegrator.new | |
integrator.send :service_request, "OrderPersonalizedCardOFACXML", options |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment