Add logging around paytrace
This commit is contained in:
parent
04d1741984
commit
239df0f67c
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue