|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
<div class="modal-body">
|
|
|
|
|
<div class="callout callout-info" ng-repeat="order in try_alerts">
|
|
|
|
|
<h4><span style="font-size: 22px">{{order.customer_payment_amount|currency:order.currency+' '}}</span> Paid
|
|
|
|
|
<h4><span style="font-size: 22px">{{order.display_amount|currency:order.currency+' '}}</span> Paid
|
|
|
|
|
Success!</h4>
|
|
|
|
|
<p>Pay Time:{{order.pay_time_local}}</p>
|
|
|
|
|
</div>
|
|
|
|
|