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

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/3149#discussion_r319623817">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>In the SwishValidator constuctor:   super.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=AJFFTNSTVQZFAQZ3HZ3RWLTQHFPJNA5CNFSM4IQF2JKKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCDI3LNY#discussion_r319623817">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNREZ3VONTVFHA4MHGLQHFPJNANCNFSM4IQF2JKA">mute the thread</a>.<img src="https://github.com/notifications/beacon/AJFFTNXLWGWY2Q36JIRDRADQHFPJNA5CNFSM4IQF2JKKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCDI3LNY.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=AJFFTNSTVQZFAQZ3HZ3RWLTQHFPJNA5CNFSM4IQF2JKKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCDI3LNY#discussion_r319623817",
"url": "https://github.com/bisq-network/bisq/pull/3149?email_source=notifications\u0026email_token=AJFFTNSTVQZFAQZ3HZ3RWLTQHFPJNA5CNFSM4IQF2JKKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCDI3LNY#discussion_r319623817",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>