Guillaume 3 лет назад
Родитель
Сommit
9a94d3819b
1 измененных файлов: 4 добавлений и 5 удалений
  1. +4
    -5
      backend/views/producer/update.php

+ 4
- 5
backend/views/producer/update.php Просмотреть файл

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

Загрузка…
Отмена
Сохранить