mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
testing payment api
This commit is contained in:
parent
95e1baed29
commit
0c251392eb
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
use App\Ninja\Mailers\ContactMailer;
|
use App\Ninja\Mailers\ContactMailer;
|
||||||
use Auth;
|
use Auth;
|
||||||
|
use Illuminate\Support\Facades\Log;
|
||||||
use Input;
|
use Input;
|
||||||
use Utils;
|
use Utils;
|
||||||
use Response;
|
use Response;
|
||||||
@ -156,7 +157,6 @@ class PaymentApiController extends BaseAPIController
|
|||||||
}
|
}
|
||||||
|
|
||||||
Log::info($payment);
|
Log::info($payment);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
$payment = Payment::scope($payment->public_id)->with('client', 'contact', 'user', 'invoice')->first();
|
$payment = Payment::scope($payment->public_id)->with('client', 'contact', 'user', 'invoice')->first();
|
||||||
$transformer = new PaymentTransformer(Auth::user()->account, Input::get('serializer'));
|
$transformer = new PaymentTransformer(Auth::user()->account, Input::get('serializer'));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user