Refactoring

This commit is contained in:
M66B
2022-04-08 20:02:16 +02:00
parent 4aae31cc9e
commit 8b1e036945
2 changed files with 5 additions and 5 deletions

View File

@@ -1450,7 +1450,7 @@ public class HtmlHelper {
Element parent = (Element) node.parentNode();
if ("faircode_txn_id".equals(parent.className())) {
Element a = document.createElement("a");
a.attr("href", BuildConfig.PAYPAL_URI + text.trim());
a.attr("href", BuildConfig.TX_URI + text.trim());
a.text(text);
tnode.before(a);
tnode.text("");