<%= radio_button_tag "order[payments_attributes][][payment_method_id]", method.id, method == @order.available_payment_methods.first %> <%= Spree.t(method.name, :scope => :payment_methods, :default => method.name) %>
<%= form.label :coupon_code %> <%= form.text_field :coupon_code %>