mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Add logging around paytrace
This commit is contained in:
parent
04d1741984
commit
239df0f67c
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user