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
138749ce6f
commit
95e1baed29
@ -155,6 +155,8 @@ class PaymentApiController extends BaseAPIController
|
||||
$this->contactMailer->sendPaymentConfirmation($payment);
|
||||
}
|
||||
|
||||
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…
x
Reference in New Issue
Block a user