OpenBankProject / OpenBankProject/OBP-API
Empty holder after sandbox data import
Dieses Issue hat noch niemand übernommen.
- Vorherrschende Sprache
- Scala
- Sterne
- 1.7k
- Forks
- 482
- Ø Merge
- 1 T. 12 Std.
- Gemergte PRs (30 T.)
- 15
Beschreibung
I couldn't pin it down in the API's source yet, but in SoFi i observed empty counterparties in the transactions list on my local machine:
- Import data from https://raw.githubusercontent.com/OpenBankProject/OBP-API/develop/src/main/scala/code/api/sandbox/example_data/example_import.json into local API .
- Make a payment from one of those accounts to another using https://raw.githubusercontent.com/OpenBankProject/Hello-OBP-OAuth1.0a-Python/master/hello_payments_v1.4.py
- When looking at the transactions list in SoFi (http://localhost:8081/banks/BANK/accounts/ACCOUNT/owner), being authorised as the receiving account's owner, the name of the counterparty is empty.
- Using the API explorer (on http://localhost:8082) , calling /banks/BANK/accounts/ACCOUNT/owner/other_accounts (API Root: http://127.0.0.1:8080/obp/v2.0.0), the returned JSON returns an empty 'name' in the 'holder' field for that counterparty (which is used by SoFi for display)
Maybe at some stage somebody will have the time to look into it (maybe even me), but for now i thought to have it here as a reminder.
Beitragsleitfaden
Erste Schritte
- Lies das ganze Issue und danach den Beitragsleitfaden des Projekts.
- Schreib ins Issue, dass du es übernimmst — das erspart doppelte Arbeit.
- Forke das Repository und arbeite in einem Branch.
- Öffne einen Pull Request, der die Issue-Nummer nennt.
Rechercherichtung
Reproduzieren Sie das Problem, indem Sie example_import.json importieren, mit hello_payments_v1.4.py eine Zahlung vornehmen und /banks/BANK/accounts/ACCOUNT/owner/other_accounts im API explorer überprüfen. Verfolgen Sie, wo der Inhaber der Gegenpartei erzeugt wird; abgeschlossen ist die Aufgabe, wenn JSON holder.name befüllt ist und die Transaktionsliste des empfangenden Inhabers den Namen der Gegenpartei anzeigt.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- scala
- Bereich
- api
- Issue-Typ
- Bug
- Schwierigkeit
- 4/5
- Geschätzter Aufwand
- 3-5 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Muss geklärt werden
- Anfängerfreundlichkeit
- 25/100