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:
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…
Reference in New Issue
Block a user