Fixes for paytrace:
This commit is contained in:
parent
9eb9f8b00d
commit
b35cb2be35
1 changed files with 3 additions and 0 deletions
|
|
@ -156,6 +156,7 @@ class CreditCard
|
|||
'zip' => $this->paytrace->client->postal_code,
|
||||
];
|
||||
|
||||
return $data;
|
||||
}
|
||||
|
||||
public function paymentView($data)
|
||||
|
|
@ -192,6 +193,8 @@ class CreditCard
|
|||
'invoice_id' => $this->harvestInvoiceId(),
|
||||
];
|
||||
|
||||
nlog($data);
|
||||
|
||||
$response = $this->paytrace->gatewayRequest('/v1/transactions/sale/pt_protect', $data);
|
||||
|
||||
if ($response->success) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue