summaryrefslogtreecommitdiff
path: root/packages/merchant-backoffice-ui/src/components/instance/DefaultInstanceFormFields.tsx
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2023-04-26 14:20:18 -0300
committerSebastian <sebasjm@gmail.com>2023-04-26 14:20:18 -0300
commit03d3cce8274fcbf6fb9cb8be03e867136f196c5d (patch)
tree4358ce334c9cccf95755271dbdca46f3eb7787d0 /packages/merchant-backoffice-ui/src/components/instance/DefaultInstanceFormFields.tsx
parent982fc51a97389ef8863de806dab496b0fe2102c6 (diff)
downloadwallet-core-03d3cce8274fcbf6fb9cb8be03e867136f196c5d.tar.gz
wallet-core-03d3cce8274fcbf6fb9cb8be03e867136f196c5d.tar.bz2
wallet-core-03d3cce8274fcbf6fb9cb8be03e867136f196c5d.zip
fix #6363, breaking with merchant backend that accounts implemented
Diffstat (limited to 'packages/merchant-backoffice-ui/src/components/instance/DefaultInstanceFormFields.tsx')
-rw-r--r--packages/merchant-backoffice-ui/src/components/instance/DefaultInstanceFormFields.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/merchant-backoffice-ui/src/components/instance/DefaultInstanceFormFields.tsx b/packages/merchant-backoffice-ui/src/components/instance/DefaultInstanceFormFields.tsx
index 3a3bdd6f3..bbdc9708a 100644
--- a/packages/merchant-backoffice-ui/src/components/instance/DefaultInstanceFormFields.tsx
+++ b/packages/merchant-backoffice-ui/src/components/instance/DefaultInstanceFormFields.tsx
@@ -86,7 +86,7 @@ export function DefaultInstanceFormFields({
/>
<InputPaytoForm<Entity>
- name="payto_uris"
+ name="accounts"
label={i18n.str`Bank account`}
tooltip={i18n.str`URI specifying bank account for crediting revenue.`}
/>