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

Commit

Permalink
Fix order phone details
Browse files Browse the repository at this point in the history
  • Loading branch information
alecritson committed Oct 14, 2019
1 parent 66e5d76 commit 506a328
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,8 @@
{{ order.shipping_details.state }}<br v-if="order.shipping_details.state">
{{ order.shipping_details.country }}<br>
{{ order.shipping_details.zip }} <br>
{{ order.billing_details.phone }} <br>
{{ order.billing_details.email }}
{{ order.shipping_details.phone }} <br>
{{ order.shipping_details.email }}
</div>
<div class="col-md-4">
<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 506a328

Please sign in to comment.