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:
parent
8c701d2de2
commit
92294d8379
@ -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()),
|
||||
|
Loading…
Reference in New Issue
Block a user