From 6ffbf6456ca0715548b40cb81826f650e6077328 Mon Sep 17 00:00:00 2001 From: Rahul Kantesaria Date: Fri, 5 Apr 2019 14:17:02 -0400 Subject: [PATCH] reated PaymentOptions interface and controller for selecting payment type. Fetching bank account info and populating table with it. Updated getbankacctinfo request to grab the bank name and last 4 digits of bank account. --- .../Base.lproj/Interface.storyboard | 40 +++++++++++++++++-- .../BankAcctCell.swift | 7 ++++ .../FetchData.swift | 8 ++-- .../PaymentDetailInterfaceController.swift | 14 +++++++ .../PaymentOptionsInterfaceController.swift | 27 ++++++++++--- .../project.pbxproj | 10 ++++- .../SynchronyFinancial/BankAcct.swift | 6 ++- 7 files changed, 96 insertions(+), 16 deletions(-) diff --git a/SynchronyFinancial/SynchronyFinancial WatchKit App/Base.lproj/Interface.storyboard b/SynchronyFinancial/SynchronyFinancial WatchKit App/Base.lproj/Interface.storyboard index 037b541..6683c36 100644 --- a/SynchronyFinancial/SynchronyFinancial WatchKit App/Base.lproj/Interface.storyboard +++ b/SynchronyFinancial/SynchronyFinancial WatchKit App/Base.lproj/Interface.storyboard @@ -1,12 +1,12 @@ - + - - + + @@ -202,8 +202,11 @@