Fix for online payments page
This commit is contained in:
parent
030a4ec356
commit
d4e25bbc2a
1 changed files with 1 additions and 1 deletions
|
|
@ -439,7 +439,7 @@ class AccountController extends BaseController
|
|||
$account = Auth::user()->account;
|
||||
$account->load('account_gateways');
|
||||
$count = count($account->account_gateways);
|
||||
$trashedCount = AccountGateway::scope($account->id)->withTrashed()->count();
|
||||
$trashedCount = AccountGateway::scope()->withTrashed()->count();
|
||||
|
||||
if ($accountGateway = $account->getGatewayConfig(GATEWAY_STRIPE)) {
|
||||
if (! $accountGateway->getPublishableStripeKey()) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue