From b75f5ca40fc5f9a39b7a00250216e06e0001e3dd Mon Sep 17 00:00:00 2001 From: Alan Maynard Date: Thu, 28 Mar 2019 19:53:56 -0400 Subject: [PATCH] SWF-12 changes to support payment suite - had to abandon page based navigation in favor of being able to use push segues throughout payment suite - put a button in place to allow viewing transactions - implemented data passing through payment suite and button functionality to simulate authorizing payment --- .../Base.lproj/Interface.storyboard | 57 +++++++++++++------ .../AccountDetailsInterfaceController.swift | 12 +++- .../AccountTableInterfaceController.swift | 3 +- .../PayBillInterfaceController.swift | 15 ++++- .../PaymentDetailInterfaceController.swift | 35 +++++++----- 5 files changed, 86 insertions(+), 36 deletions(-) diff --git a/SynchronyFinancial/SynchronyFinancial WatchKit App/Base.lproj/Interface.storyboard b/SynchronyFinancial/SynchronyFinancial WatchKit App/Base.lproj/Interface.storyboard index 28bb61d..d1254a2 100644 --- a/SynchronyFinancial/SynchronyFinancial WatchKit App/Base.lproj/Interface.storyboard +++ b/SynchronyFinancial/SynchronyFinancial WatchKit App/Base.lproj/Interface.storyboard @@ -124,18 +124,29 @@