Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -121,7 +121,7 @@ <h3>Payment info</h3>
<div class="form-inline">
<label for="amountToRefund">Amount</label>
<div class="input-group">
<input type="text" class="form-control input-sm" ng-model="$ctrl.amountToRefund" id="amountToRefund">
<input type="number" class="form-control input-sm" ng-model="$ctrl.amountToRefund" id="amountToRefund">
<div class="input-group-addon">{{$ctrl.paymentInfo.transaction.currency}}</div>
</div>
</div>

0 comments on commit 694a974

Please sign in to comment.