GoCardless Logging
This commit is contained in:
parent
70c5f268ed
commit
edbb42a114
1 changed files with 3 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue