mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 12:43:09 -05:00
📝 (gocardless) updated the docs - removed redundant information (#292)
This commit is contained in:
committed by
GitHub
parent
c910b6efcb
commit
933fc27126
@@ -2,23 +2,9 @@
|
||||
|
||||
Find in [doc](https://docs.google.com/spreadsheets/d/1ogpzydzotOltbssrc3IQ8rhBLlIZbQgm5QCiiNJrkyA/edit#gid=489769432) what is id of bank which you want to integrate
|
||||
|
||||
Add the `institution_id` and your name to list of possible options in the frontend
|
||||
project `actual` in file `GoCardlessExternalMsg.js`
|
||||
|
||||
```jsx
|
||||
<Strong>Choose your banks:</Strong>
|
||||
<CustomSelect
|
||||
options={[
|
||||
['default', 'Choose your bank'],
|
||||
['ING_PL_INGBPLPW', 'ING PL'],
|
||||
['MBANK_RETAIL_BREXPLPW', 'MBANK'],
|
||||
['SANDBOXFINANCE_SFIN0000', 'DEMO - TEST']
|
||||
]}
|
||||
```
|
||||
|
||||
Launch frontend and backend server
|
||||
|
||||
Create new linked account selecting the institution which you added recently.
|
||||
Create new linked account selecting the institution which you are interested in.
|
||||
|
||||
In the server logs you can find all required information to create class for
|
||||
your bank.
|
||||
|
||||
6
upcoming-release-notes/292.md
Normal file
6
upcoming-release-notes/292.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Maintenance
|
||||
authors: [MatissJanis]
|
||||
---
|
||||
|
||||
docs: updated the GoCardless integration instructions
|
||||
Reference in New Issue
Block a user