Skip to content
This repository has been archived by the owner on Dec 21, 2021. It is now read-only.

Commit

Permalink
Show correct phone number on order
Browse files Browse the repository at this point in the history
  • Loading branch information
alecritson committed Oct 9, 2019
1 parent 1a221c0 commit 7760bea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@
Email: {{ order.contact_details.email }} <span class="text-muted" v-if="!order.contact_details.email">Not provided</span> <br>
Telephone:
<span v-if="order.contact_details.phone">{{ order.contact_details.phone }}</span>
<span v-else-if="order.billing_details.phone">{{ order.billing_details.phone }}</span>
<span v-else-if="order.shipping_details.phone">{{ order.shipping_details.phone }}</span>
<span v-else-if="order.shipping_details.phone">{{ order.shipping_details.phone }}</span>
<span class="text-muted" v-else>Not provided</span>
</p>
Expand Down
2 changes: 1 addition & 1 deletion resources/build/js/hub.js

Large diffs are not rendered by default.

0 comments on commit 7760bea

Please sign in to comment.