1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-12 14:12:44 +01:00

Minor fixes for variable initialization

This commit is contained in:
David Bomba 2023-03-09 09:00:58 +11:00
parent 8c701d2de2
commit 92294d8379

View File

@ -262,6 +262,7 @@ class ACH
{
$this->stripe->init();
$response = false;
try {
$data = [
'amount' => $this->stripe->convertToStripeAmount($amount, $this->stripe->client->currency()->precision, $this->stripe->client->currency()),