testing payment api
This commit is contained in:
parent
95e1baed29
commit
0c251392eb
1 changed files with 1 additions and 1 deletions
|
|
@ -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'));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue