From dc23bad42206679eab981ed8e71b495f264928b7 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Tue, 10 Feb 2015 13:29:13 +0200 Subject: [PATCH] Added ability to edit payments --- app/controllers/PaymentController.php | 20 +++++---- app/lang/en/texts.php | 3 ++ app/ninja/repositories/PaymentRepository.php | 44 +++++++++++--------- app/routes.php | 3 -- app/views/payments/edit.blade.php | 25 +++++++---- 5 files changed, 58 insertions(+), 37 deletions(-) diff --git a/app/controllers/PaymentController.php b/app/controllers/PaymentController.php index 8cddae31c439..5dc5a2f93662 100755 --- a/app/controllers/PaymentController.php +++ b/app/controllers/PaymentController.php @@ -71,7 +71,9 @@ class PaymentController extends \BaseController