negos_app/app/views/public/orders/create.js.erb
2016-02-16 21:09:48 +01:00

6 lines
184 B
Plaintext
Executable File

//alert('test');
<% if @order.paid %>
window.location.href = '<%= public_my_account_path() %>';
<% else %>
window.location.href = '<%= paid_public_order_path(@order) %>';
<% end %>