mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Minor fixes for variable initialization
This commit is contained in:
parent
8c701d2de2
commit
92294d8379
@ -262,6 +262,7 @@ class ACH
|
|||||||
{
|
{
|
||||||
$this->stripe->init();
|
$this->stripe->init();
|
||||||
|
|
||||||
|
$response = false;
|
||||||
try {
|
try {
|
||||||
$data = [
|
$data = [
|
||||||
'amount' => $this->stripe->convertToStripeAmount($amount, $this->stripe->client->currency()->precision, $this->stripe->client->currency()),
|
'amount' => $this->stripe->convertToStripeAmount($amount, $this->stripe->client->currency()->precision, $this->stripe->client->currency()),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user