From ed1de9206e3a63620e5dd189de15a978c9ba89e0 Mon Sep 17 00:00:00 2001 From: Anastasia Date: Sat, 21 Apr 2018 12:51:36 +0300 Subject: [PATCH] - payment --- labels/controllers/PaymentController.php | 4 ---- 1 file changed, 0 insertions(+), 4 deletions(-) diff --git a/labels/controllers/PaymentController.php b/labels/controllers/PaymentController.php index 6e8b60c..73e3bc0 100755 --- a/labels/controllers/PaymentController.php +++ b/labels/controllers/PaymentController.php @@ -156,10 +156,6 @@ 'type' => Form::NUMBER, ], [ - 'name' => 'value', - 'type' => Form::NUMBER, - ], - [ 'name' => 'default', 'type' => Form::BOOL, ], -- libgit2 0.21.4