<p><b>@ripcurlx</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/3149#discussion_r319626059">desktop/src/main/java/bisq/desktop/components/paymentmethods/SwishForm.java</a>:</p>
<pre style='color:#555'>>      private final SwishAccount swishAccount;
     private final SwishValidator swishValidator;
     private InputTextField mobileNrInputTextField;
 
+    public SwishForm(PaymentAccount paymentAccount,
+                     AccountAgeWitnessService accountAgeWitnessService,
+                     SwishValidator swishValidator,
+                     InputValidator inputValidator,
+                     GridPane gridPane,
+                     int gridRow,
+                     BSFormatter formatter) {
+        super(paymentAccount, accountAgeWitnessService, inputValidator, gridPane, gridRow, formatter);
+        this.swishAccount = (SwishAccount) paymentAccount;
+        this.swishValidator = swishValidator;
+        this.swishValidator.setIsoCountryCode("SE");
</pre>
<p>As sb just mentioned in Slack #dev channel, probably better this.setIsoCountryCode("SE")</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/bisq-network/bisq/pull/3149?email_source=notifications&email_token=AJFFTNSTENKHD3SOVW4GD33QHFQCPA5CNFSM4IQF2JKKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCDI4CXQ#discussion_r319626059">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNT5LYCYH3ZIGZMA6I3QHFQCPANCNFSM4IQF2JKA">mute the thread</a>.<img src="https://github.com/notifications/beacon/AJFFTNXM46YX4Q3TPFTKSDLQHFQCPA5CNFSM4IQF2JKKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCDI4CXQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/bisq/pull/3149?email_source=notifications\u0026email_token=AJFFTNSTENKHD3SOVW4GD33QHFQCPA5CNFSM4IQF2JKKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCDI4CXQ#discussion_r319626059",
"url": "https://github.com/bisq-network/bisq/pull/3149?email_source=notifications\u0026email_token=AJFFTNSTENKHD3SOVW4GD33QHFQCPA5CNFSM4IQF2JKKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCDI4CXQ#discussion_r319626059",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>