diff --git a/modules/OfflinePayment/Resources/views/edit.blade.php b/modules/OfflinePayment/Resources/views/edit.blade.php index 97caf406b..c7dfd9be3 100644 --- a/modules/OfflinePayment/Resources/views/edit.blade.php +++ b/modules/OfflinePayment/Resources/views/edit.blade.php @@ -149,7 +149,7 @@ } $('input[name="order"]').val(json['data']['order']); - $('input[name="description"]').val(json['data']['description']); + $('textarea[name="description"]').val(json['data']['description']); $('input[name="method"]').remove();