Merge pull request #6117 from ajp8164/feat/wavecrest-card-compatibility

Wavecrest card compatibility
This commit is contained in:
Gabriel Edgardo Bazán 2017-05-29 12:14:06 -03:00 committed by GitHub
commit d90b6486ab
2 changed files with 7 additions and 1 deletions

View file

@ -79,7 +79,7 @@
{{tx.merchant.name || 'Unknown Merchant'}}
</div>
<div class="size-12 text-gray">
<span ng-show="tx.merchant.city && tx.merchant.state">{{tx.merchant.city}}, {{tx.merchant.state}}</span>
<span ng-show="tx.merchant.city && tx.merchant.state">{{tx.merchant.location}}</span>
<span ng-class="{'m5l':tx.merchant.city && tx.merchant.state}">
{{tx.timestamp | amDateFormat:'h:mm A'}}
</span>