mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
Minor checks
This commit is contained in:
parent
92bcdb0326
commit
a80f5c665d
@ -142,6 +142,11 @@ class CreditCard implements MethodInterface
|
||||
return $this->processSuccessfulPayment($response);
|
||||
}
|
||||
|
||||
if(is_array($response)) {
|
||||
nlog("square");
|
||||
nlog($response);
|
||||
}
|
||||
|
||||
return $this->processUnsuccessfulPayment($response);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user