6 lines
184 B
Plaintext
Executable File
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 %> |