Pārlūkot izejas kodu

[backend] Suppression des options relatives au paiement en ligne en attendant que Mangopay soit mis en place

dev
Guillaume Bourgeois pirms 5 gadiem
vecāks
revīzija
447aa050b4
2 mainītis faili ar 2 papildinājumiem un 13 dzēšanām
  1. +1
    -12
      backend/views/producer/update.php
  2. +1
    -1
      backend/web/js/vuejs/producer-update.js

+ 1
- 12
backend/views/producer/update.php Parādīt failu

@@ -161,7 +161,7 @@ $this->addBreadcrumb($this->getTitle()) ;
<div v-show="currentSection == 'credit-payment'" class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Crédit / paiement en ligne</h3>
<h3 class="panel-title">Crédit</h3>
</div>
<div class="panel-body">
<?= $form->field($model, 'credit')
@@ -184,17 +184,6 @@ $this->addBreadcrumb($this->getTitle()) ;
Producer::CREDIT_FUNCTIONING_OPTIONAL => 'Optionnelle',
Producer::CREDIT_FUNCTIONING_MANDATORY => 'Obligatoire',
], []) ; ?>

<?= $form->field($model, 'online_payment')
->dropDownList([
0 => 'Non',
1 => 'Oui',
], [])
->label('Activer le paiement en ligne')
->hint('Le paiement en ligne permet à vos utilisateurs de recharger leur Crédit'
. ' via leur carte bancaire.') ; ?>
<?= $form->field($model, 'secret_key_payplug') ?>
</div>
</div>

+ 1
- 1
backend/web/js/vuejs/producer-update.js Parādīt failu

@@ -18,7 +18,7 @@ var app = new Vue({
},
{
name: 'credit-payment',
nameDisplay: 'Crédit / paiement en ligne'
nameDisplay: 'Crédit'
},
{
name: 'infos',

Notiek ielāde…
Atcelt
Saglabāt