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