12 lines
186 B
Plaintext
12 lines
186 B
Plaintext
$(".confirm").show(100,function (){
|
|
$('#new_order').hide(100, function(){
|
|
|
|
window.location.href = '<%= paid_by_paypal_public_order_path(@order.token) %>';
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|