1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 13:12:50 +01:00

Minor checks

This commit is contained in:
David Bomba 2023-09-27 09:03:49 +10:00
parent 92bcdb0326
commit a80f5c665d

View File

@ -142,6 +142,11 @@ class CreditCard implements MethodInterface
return $this->processSuccessfulPayment($response);
}
if(is_array($response)) {
nlog("square");
nlog($response);
}
return $this->processUnsuccessfulPayment($response);
}