Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📝 (gocardless) updated the docs - removed redundant information #292

Merged
merged 2 commits into from
Dec 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 1 addition & 15 deletions src/app-gocardless/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 6 additions & 0 deletions upcoming-release-notes/292.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
category: Maintenance
authors: [MatissJanis]
---

docs: updated the GoCardless integration instructions
Loading