From a957293029934fad54e83d1ca131d1a7ec1008b6 Mon Sep 17 00:00:00 2001 From: = Date: Tue, 5 Mar 2019 09:31:04 -0800 Subject: [PATCH] Removed card info inputs Left to do: - Remove TCO integration calls - Actually save notification - Display a nice message --- .../src/components/NotificationModal.js | 47 +------------------ 1 file changed, 2 insertions(+), 45 deletions(-) diff --git a/frontend-react/src/components/NotificationModal.js b/frontend-react/src/components/NotificationModal.js index e829004..15d182e 100644 --- a/frontend-react/src/components/NotificationModal.js +++ b/frontend-react/src/components/NotificationModal.js @@ -114,7 +114,8 @@ class NotificationModal extends React.Component { }; handleSaveMarketAlert = () => { - this.tokenRequest(); + this.successCallback(); + //this.tokenRequest(); }; render() { @@ -191,50 +192,6 @@ class NotificationModal extends React.Component { type="hidden" value={token} /> - this.handleInput(e, "ccNo")} - /> - this.handleInput(e, "expYear")} - /> - this.handleInput(e, "expMonth")} - /> - this.handleInput(e, "cvv")} - /> ) : null}