testing payment api

This commit is contained in:
David Bomba 2016-02-07 19:32:43 +11:00
parent 95e1baed29
commit 0c251392eb

View File

@ -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'));