Browse Source

[Administration] Distributions > paiement : ajout 'Carte bancaire' en moyen de paiement #1481

feature/souke
Guillaume Bourgeois 11 months ago
parent
commit
81898446fb
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      backend/views/distribution/index.php

+ 5
- 0
backend/views/distribution/index.php View File

<span class="glyphicon glyphicon-euro"></span> {{ getLabelPaymentRefund(order, 'Payer', 'Rembourser', 'par virement') }} <span class="glyphicon glyphicon-euro"></span> {{ getLabelPaymentRefund(order, 'Payer', 'Rembourser', 'par virement') }}
</a> </a>
</li> </li>
<li>
<a href="javascript:void(0);" @click="orderPaymentClick" :data-id-order="order.id" :data-type="getTypePayment(order)" data-mean-payment="credit-card">
<span class="glyphicon glyphicon-euro"></span> {{ getLabelPaymentRefund(order, 'Payer', 'Rembourser', 'par carte bancaire') }}
</a>
</li>
</template> </template>
</template> </template>
<li> <li>

Loading…
Cancel
Save