Skip to content

Commit

Permalink
Seller name added to order view
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoumpierre committed Aug 9, 2018
1 parent a55adaf commit 9dd0c01
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/pages/orders/view/order-view.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@
Forma de pagamento:

<span [ngSwitch]="order.payment_method">
<span *ngSwitchDefault>Boleto</span>
<span *ngSwitchCase="'2'">Cheque</span>
<span *ngSwitchCase="'3'">Dinheiro</span>
<span *ngSwitchCase="'4'">Voucher</span>
</span>
<span *ngSwitchDefault>Boleto</span>
<span *ngSwitchCase="'2'">Cheque</span>
<span *ngSwitchCase="'3'">Dinheiro</span>
<span *ngSwitchCase="'4'">Voucher</span>
</span>
</p>

<p>Prestações: {{ order.installments }}</p>
Expand Down

0 comments on commit 9dd0c01

Please sign in to comment.