Explorar el Código

Merge branch 'dev'

master
Guillaume hace 3 años
padre
commit
9a94d3819b
Se han modificado 1 ficheros con 4 adiciones y 5 borrados
  1. +4
    -5
      backend/views/producer/update.php

+ 4
- 5
backend/views/producer/update.php Ver fichero

@@ -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>

Cargando…
Cancelar
Guardar