spec/datasets/forms.rb in radiant-shop-extension-0.92.8 vs spec/datasets/forms.rb in radiant-shop-extension-0.92.9

- old
+ new

@@ -31,10 +31,11 @@ <r:label for='billing[postcode]'>Postcode</r:label> <r:text name='billing[postcode]' /> </li> </ol> </div> + <r:text name='notes' value="some note"/> <ol class="credit_card"> <li> <r:label for='credit_card[name]'>Name on Card</r:label> <r:text name='credit_card[name]' /> </li> @@ -115,11 +116,12 @@ :verification => '123', :month => 1, :year => 2012, :type => 'visa' }, + :notes => 'some note', :options => { - :address => { + :address => { :address1 => 'address', :zip => 'zip' } } } \ No newline at end of file