mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
GoCardless Logging
This commit is contained in:
parent
70c5f268ed
commit
edbb42a114
@ -234,11 +234,13 @@ class GoCardlessPaymentDriver extends BaseDriver
|
||||
|
||||
$this->init();
|
||||
|
||||
nlog("GoCardless Event");
|
||||
nlog($request->all());
|
||||
|
||||
|
||||
if(!is_array($request->events) || !is_object($request->events)){
|
||||
|
||||
nlog("No GoCardless events to process in response?");
|
||||
nlog($request);
|
||||
return response()->json([], 200);
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user