浏览代码

Merge branch 'dev'

master
Guillaume 3 年前
父节点
当前提交
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>

正在加载...
取消
保存