From 526e88695f6c8a2b3dea4b9befeb2a85ba00b66b Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 15 Feb 2016 11:29:58 +0100 Subject: suggest mint based on currency (stub) --- extension/content_scripts/notify.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'extension/content_scripts/notify.ts') diff --git a/extension/content_scripts/notify.ts b/extension/content_scripts/notify.ts index 47f57b6a0..9a64bcf0c 100644 --- a/extension/content_scripts/notify.ts +++ b/extension/content_scripts/notify.ts @@ -53,6 +53,8 @@ namespace TalerNotify { let params = { amount: JSON.stringify(e.detail.amount), callback_url: URI(e.detail.callback_url).absoluteTo(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")); document.location.href = uri.query(params).href(); -- cgit v1.2.3