Skip to content

Commit 9a4b306

Browse files
authored
Merge pull request #170 from Worxstr/dev
Dev
2 parents 6dcb63a + 955ffe2 commit 9a4b306

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/views/settings/pages/payments/BeneficialOwnersDialog.vue

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,9 @@ export default class BeneficialOwnersDialog extends Vue {
3636
}
3737
3838
customerId(customerUrl: string) {
39-
return customerUrl.replace(
40-
'https://api-sandbox.dwolla.com/customers/',
41-
''
42-
)
39+
return customerUrl
40+
.replace('https://api-sandbox.dwolla.com/customers/', '')
41+
.replace('https://api.dwolla.com/customers/', '')
4342
}
4443
4544
// async removeFundingSource() {

0 commit comments

Comments
 (0)