diff --git a/src/Traits/Payable.php b/src/Traits/Payable.php index d24571b..56f9993 100644 --- a/src/Traits/Payable.php +++ b/src/Traits/Payable.php @@ -83,7 +83,7 @@ public function transfer($amount, $currency): Transfer public function getAccountBalance(): Balance { - return static::$stripe->balance->retrieve([ + return static::$stripe->balance->retrieve([], [ 'stripe_account' => $this->getStripeAccountId(), ]); }