Order id: <%=@order.id%>
Product: <%=@order.title%>
Vendor: <%=@order.vendor.displayname%>
This will pay the vendor 100% of funds paid.
<%= form_for(@order, method: 'post', url: finalize_order_path(@order, return_to_index: true) ) do |f| %> <%= f.submit 'Finalize', class: 'btn btn-success form-button' %> <%= link_to 'Cancel', orders_path(), class: 'btn btn-default form-button' %> <% end %>