Minor fixes for variable initialization
This commit is contained in:
parent
8c701d2de2
commit
92294d8379
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue