mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 10:17:30 -04:00
Fixes for refund
This commit is contained in:
parent
e7a9576fd4
commit
36adf2925a
@ -158,10 +158,10 @@ class BraintreePaymentDriver extends BaseDriver
|
||||
{
|
||||
|
||||
$data = [
|
||||
'transaction_reference' => $response->id,
|
||||
'transaction_reference' => $payment->transaction_reference,
|
||||
'transaction_response' => json_encode($response),
|
||||
'success' => (bool)$response->success,
|
||||
'description' => $response->status,
|
||||
'success' => (bool) $response->success,
|
||||
'description' => ctrans('texts.plan_refunded'),
|
||||
'code' => 0,
|
||||
];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user