diff --git a/lib/NGCP/Panel/Form/Voucher/ResellerAPI.pm b/lib/NGCP/Panel/Form/Voucher/ResellerAPI.pm index cf349bf8a6..8b2d315148 100644 --- a/lib/NGCP/Panel/Form/Voucher/ResellerAPI.pm +++ b/lib/NGCP/Panel/Form/Voucher/ResellerAPI.pm @@ -60,15 +60,6 @@ has_field 'package_id' => ( }, ); -has_field 'package' => ( - type => '+NGCP::Panel::Field::ProfilePackage', - #required => 1, - element_attr => { - rel => ['tooltip'], - title => ['The profile package the customer will switch with the top-up.'] - }, -); - sub validate_valid_until { my ($self, $field) = @_;