From 0c251392eb08bc25c040fbdac5679627a2b0ac40 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Sun, 7 Feb 2016 19:32:43 +1100 Subject: [PATCH] testing payment api --- app/Http/Controllers/PaymentApiController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/PaymentApiController.php b/app/Http/Controllers/PaymentApiController.php index c2289b952a54..33aad548f85b 100644 --- a/app/Http/Controllers/PaymentApiController.php +++ b/app/Http/Controllers/PaymentApiController.php @@ -2,6 +2,7 @@ use App\Ninja\Mailers\ContactMailer; use Auth; +use Illuminate\Support\Facades\Log; use Input; use Utils; use Response; @@ -156,7 +157,6 @@ class PaymentApiController extends BaseAPIController } Log::info($payment); - /* $payment = Payment::scope($payment->public_id)->with('client', 'contact', 'user', 'invoice')->first(); $transformer = new PaymentTransformer(Auth::user()->account, Input::get('serializer'));