mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fixes for Square
This commit is contained in:
parent
a33b12b28d
commit
4cd4cc56e7
@ -146,7 +146,7 @@ class SquareWebhook implements ShouldQueue
|
|||||||
|
|
||||||
$data = [
|
$data = [
|
||||||
'payment_type' => $this->source_type[$square_payment->source_type],
|
'payment_type' => $this->source_type[$square_payment->source_type],
|
||||||
'amount' => $payment_hash->amount_with_fee,
|
'amount' => $payment_hash->amount_with_fee(),
|
||||||
'transaction_reference' => $square_payment->id,
|
'transaction_reference' => $square_payment->id,
|
||||||
'gateway_type_id' => GatewayType::BANK_TRANSFER,
|
'gateway_type_id' => GatewayType::BANK_TRANSFER,
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user