summaryrefslogtreecommitdiff
path: root/postgresqleu/transferwise/api.py
diff options
context:
space:
mode:
Diffstat (limited to 'postgresqleu/transferwise/api.py')
-rw-r--r--postgresqleu/transferwise/api.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/postgresqleu/transferwise/api.py b/postgresqleu/transferwise/api.py
index 4eb642d4..571c31b2 100644
--- a/postgresqleu/transferwise/api.py
+++ b/postgresqleu/transferwise/api.py
@@ -130,7 +130,7 @@ class TransferwiseApi(object):
{
'profile': self.get_profile(),
'currency': settings.CURRENCY_ABBREV,
- 'accountHolderName': re.sub(r'\d+', '', counterpart_name),
+ 'accountHolderName': re.sub(r'\d+', '', counterpart_name.replace(',', ' ')),
'type': 'iban',
'details': {
'IBAN': counterpart_account,