redir cb
This commit is contained in:
parent
e8b3476ea1
commit
6f28f6ba2b
6 changed files with 84 additions and 111 deletions
|
|
@ -100,11 +100,8 @@ angular
|
|||
params.coin = res.coin;
|
||||
}
|
||||
|
||||
if (res.amount) {
|
||||
if (res.currency) {
|
||||
params.currency = res.currency;
|
||||
}
|
||||
params.amount = res.amount;
|
||||
if (res.amountInSatoshis) {
|
||||
params.amount = res.amountInSatoshis;
|
||||
}
|
||||
|
||||
if (res.publicAddress) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue