Skip to content

Commit

Permalink
Merge pull request #161 from beregovoy68/master
Browse files Browse the repository at this point in the history
Added getAmount to reset deposit from card form.
  • Loading branch information
beregovoy68 authored Mar 24, 2017
2 parents 01ededb + 2d06252 commit 8ec53c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/wallet/card.deposit.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
card.payAmount = DEFAULT_AMOUNT_TO_PAY;
card.payCurrency = card.currencies[0];
card.crypto = {};
card.getAmount = '';
}

function updateLimitsAndReceiveAmount() {
Expand Down

0 comments on commit 8ec53c7

Please sign in to comment.