diff --git a/catalog/view/theme/default/template/payment/paynl3.tpl b/catalog/view/theme/default/template/payment/paynl3.tpl index f7b00a8..4160832 100644 --- a/catalog/view/theme/default/template/payment/paynl3.tpl +++ b/catalog/view/theme/default/template/payment/paynl3.tpl @@ -44,7 +44,6 @@ if(!empty($optionSubList)){ $('#button-confirm').button('loading'); }, complete: function () { - $('#button-confirm').button('reset'); }, success: function (json) { $('.alert').remove(); diff --git a/catalog/view/theme/payment/paynl3.tpl b/catalog/view/theme/payment/paynl3.tpl index f7b00a8..fbdc6db 100644 --- a/catalog/view/theme/payment/paynl3.tpl +++ b/catalog/view/theme/payment/paynl3.tpl @@ -43,8 +43,7 @@ if(!empty($optionSubList)){ beforeSend: function () { $('#button-confirm').button('loading'); }, - complete: function () { - $('#button-confirm').button('reset'); + complete: function () { }, success: function (json) { $('.alert').remove();