remove mint suggestion
This commit is contained in:
parent
9e61ba7f03
commit
65eabbf6da
@ -54,7 +54,6 @@ namespace TalerNotify {
|
|||||||
amount: JSON.stringify(e.detail.amount),
|
amount: JSON.stringify(e.detail.amount),
|
||||||
callback_url: URI(e.detail.callback_url).absoluteTo(document.location.href),
|
callback_url: URI(e.detail.callback_url).absoluteTo(document.location.href),
|
||||||
bank_url: document.location.href,
|
bank_url: document.location.href,
|
||||||
suggested_mint: e.detail.suggested_mint,
|
|
||||||
};
|
};
|
||||||
let uri = URI(chrome.extension.getURL("pages/confirm-create-reserve.html"));
|
let uri = URI(chrome.extension.getURL("pages/confirm-create-reserve.html"));
|
||||||
document.location.href = uri.query(params).href();
|
document.location.href = uri.query(params).href();
|
||||||
@ -167,4 +166,4 @@ namespace TalerNotify {
|
|||||||
};
|
};
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user