mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 15:10:44 +01:00
Fix wrong resource key
This commit is contained in:
parent
f191a944e6
commit
c5d9bac8a6
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ public class MoneyGramAccountPayload extends PaymentAccountPayload {
|
|||
" " + this.state + "\n") : "";
|
||||
return Res.getWithCol("payment.account.fullName") + " " + holderName + "\n" +
|
||||
state +
|
||||
Res.getWithCol("payment.account.country") + " " + CountryUtil.getNameByCode(countryCode) + "\n" +
|
||||
Res.getWithCol("payment.bank.country") + " " + CountryUtil.getNameByCode(countryCode) + "\n" +
|
||||
Res.getWithCol("payment.email") + " " + email;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue