diff --git a/template/checkout.php b/template/checkout.php index b9769f0..92ec0e4 100755 --- a/template/checkout.php +++ b/template/checkout.php @@ -42,8 +42,8 @@ success: function () { window.location.href = ""; }, - abort: function (error) { - //todo error page + abort: function () { + window.location.href = ""; } } );