Problem: When a friend requests to send a PayPal payment, the user received a push notification but not a UI notification. This adds all of the server / DB functionality necessary for the user to see UI notifications and handle them. https://blockmason.atlassian.net/browse/ENG-144
Solution: Create a minor DB that stores the friend and requestor addresses for situations in which a user wants to prompt a friend to connect PayPal so that the friend can be paid. There are POST, GET, and DELETE routes
No trade-offs. This has been tested locally and is working as expected
Prior to merge, the file lndr-backend/db/migrations/2018-07-20T10.00.00Z_create_table_paypal_notifications.sql must be run on the prod DB to create the new table
lndr-backend/db/migrations/2018-07-20T10.00.00Z_create_table_paypal_notifications.sql
must be run on the prod DB to create the new table