post :process_checkout, YAML.load(<<-END.gsub(/^\s*\|/, "")).symbolize_keys |--- |card: | number: "4242424242424242" | month: 8 | year: 2010 | first_name: Test | last_name: Customer | type: visa END
2070 users tagging and storing useful source code snippets
Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world (or not, you can keep them private!)
post :process_checkout, YAML.load(<<-END.gsub(/^\s*\|/, "")).symbolize_keys |--- |card: | number: "4242424242424242" | month: 8 | year: 2010 | first_name: Test | last_name: Customer | type: visa END
You need to create an account or log in to post comments to this site.