Skip to content

Commit

Permalink
Mais que isso?
Browse files Browse the repository at this point in the history
  • Loading branch information
drylian authored Aug 13, 2023
1 parent 6598132 commit 5c4afee
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions resources/views/admin/jexactyl/store.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,19 +61,6 @@
</div>
</div>
<div class="form-group col-md-4">
<<<<<<< Updated upstream
<label class="control-label">Habilitar Mercado Pago</label>
<div>
<select name="store:mpago:enabled" class="form-control">
<option @if ($mpago_enabled == 'false') selected @endif value="false">Desabilitado</option>
<option @if ($mpago_enabled == 'true') selected @endif value="true">Habilitado</option>
</select>
<p class="text-muted"><small>Determina se os usuários poderão comprar créditos com Mercado Pago.</small></p>
</div>
</div>
<div class="form-group col-md-4">
=======
>>>>>>> Stashed changes
<label class="control-label" for="store:currency">Nome da moeda</label>
<select name="store:currency" id="store:currency" class="form-control">
@foreach ($currencies as $currency)
Expand Down

0 comments on commit 5c4afee

Please sign in to comment.