Sfoglia il codice sorgente

[backend] Correctif champs producer

refactoring
Guillaume 3 anni fa
parent
commit
5058cfcdf8
1 ha cambiato i file con 4 aggiunte e 5 eliminazioni
  1. +4
    -5
      backend/views/producer/update.php

+ 4
- 5
backend/views/producer/update.php Vedi File

@@ -368,12 +368,11 @@ $this->addBreadcrumb($this->getTitle()) ;
0 => 'Non',
1 => 'Oui',
], []); ?>

<?= $form->field($model, 'option_stripe_public_key')->textInput(); ?>
<?= $form->field($model, 'option_stripe_mode_test')->dropDownList([
0 => 'Non',
1 => 'Oui'
], []); ?>
0 => 'Non',
1 => 'Oui'
], []); ?>
<?= $form->field($model, 'option_stripe_public_key')->textInput(); ?>
<?= $form->field($model, 'option_stripe_private_key')->textInput(); ?>
<?= $form->field($model, 'option_stripe_endpoint_secret')->textInput(); ?>
</div>

Loading…
Annulla
Salva