Skip to content

Commit

Permalink
Merge branch 'master' into matiss/gocardless-rename
Browse files Browse the repository at this point in the history
  • Loading branch information
MatissJanis authored Dec 22, 2023
2 parents 6ad45fb + 933fc27 commit a7eee82
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 15 deletions.
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

0 comments on commit a7eee82

Please sign in to comment.