circlefin / payments-sample-app

Apache License 2.0
3 stars 7 forks source link

[BANK-1376] Remove RTP account endpoints and references #362

Closed ezhang-circle closed 5 months ago

ezhang-circle commented 5 months ago

Context

Project Context see this doc. This is an onboarding project to clean up deprecated RTP as an account, and make sure RTP still works as a rail type. Changes of this project includes many repos. This PR focuses on the front end changes on Payments Sample App.

This PR

  1. Remove RTP related endpoints from the left side bar menu, and their corresponding references.
  2. Rename 'fiat account type' to 'transfer type' to represent more accurate definition

Testing

yarn build, yarn dev, yarn start to make sure no build/compilation errors

Before

Screenshot 2024-04-22 at 4 49 50 PM

Screenshot 2024-04-22 at 5 36 31 PM

After

Screenshot 2024-04-22 at 4 50 22 PM Screenshot 2024-04-22 at 5 36 39 PM

ezhang-circle commented 5 months ago

Updated label from 'Fiat account type' to 'Transfer type' as well in this PR.