Explorar el Código

Paiement en ligne à la commande

refactoring
Guillaume hace 3 años
padre
commit
b2bc1ac59a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      producer/views/order/confirm.php

+ 1
- 1
producer/views/order/confirm.php Ver fichero

@@ -47,7 +47,7 @@ $producer = GlobalParam::getCurrentProducer() ;
<div id="order-success">


<?php if($producer->isOnlinePaymentActive() && $returnPayment != 'success'): ?>
<?php if($producer->isOnlinePaymentActiveAndTypeOrder() && $returnPayment != 'success'): ?>
<div class="alert alert-danger">
<h5>Le paiement en ligne a échoué.</h5>
<strong>Attention</strong>, votre commande ne sera effective qu'à la réception du paiement.<br />

Cargando…
Cancelar
Guardar