Browse Source

Paiement en ligne à la commande

refactoring
Guillaume 3 years ago
parent
commit
b2bc1ac59a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      producer/views/order/confirm.php

+ 1
- 1
producer/views/order/confirm.php View File

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

Loading…
Cancel
Save