1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-13 06:32:40 +01:00

Add logging around paytrace

This commit is contained in:
David Bomba 2023-02-09 09:14:22 +11:00
parent 04d1741984
commit 239df0f67c

View File

@ -87,6 +87,9 @@ class CreditCard
return $this->paytrace->processUnsuccessfulTransaction($data);
}
nlog("paytrace response createCustomer");
nlog($response);
$cgt = [];
$cgt['token'] = $response->customer_id;
$cgt['payment_method_id'] = GatewayType::CREDIT_CARD;