1
0
Fork 0
mirror of synced 2024-09-30 09:18:14 +13:00

Fixed mock adapter view

This commit is contained in:
Eldad Fux 2021-09-02 08:56:11 +03:00
parent 0d57a59f70
commit 4be7f732bc

View file

@ -424,7 +424,7 @@ $auth = $this->getParam('auth', []);
<ul class="tiles cell-3 margin-bottom-small">
<?php foreach ($providers as $provider => $data):
if (isset($data['enabled']) && !$data['enabled']) {continue;}
// if (isset($data['mock']) && $data['mock']) {continue;}
if (isset($data['mock']) && $data['mock']) {continue;}
$sandbox = $data['sandbox'] ?? false;
$form = $data['form'] ?? false;
$name = $data['name'] ?? 'Unknown';