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); return $this->processSuccessfulPayment($response);
} }
if(is_array($response)) {
nlog("square");
nlog($response);
}
return $this->processUnsuccessfulPayment($response); return $this->processUnsuccessfulPayment($response);
} }