OpenBankProject / OpenBankProject/OBP-API
Empty holder after sandbox data import
オープン
まだ誰も着手していません。
- 主要言語
- Scala
- スター
- 1.7k
- フォーク
- 482
- 平均マージ
- 1日 12時間
- マージ済み PR(30日)
- 15
説明
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.
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
example_import.json をインポートし、hello_payments_v1.4.py で支払いを行い、API explorer で /banks/BANK/accounts/ACCOUNT/owner/other_accounts を確認して、問題を再現します。相手方の保有者がどこで生成されるかを追跡します。完了の条件は、JSON holder.name に値が設定され、受取側所有者の取引一覧に相手方の名前が表示されることです。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- scala
- 領域
- api
- issue の種類
- バグ
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 25/100