Skip to content

Swe 13 choose bank account #15

Merged
merged 12 commits into from Apr 10, 2019
Merged

Swe 13 choose bank account #15

merged 12 commits into from Apr 10, 2019

Commits on Apr 5, 2019

  1. Created 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.
    rrk12005 committed Apr 5, 2019
    Copy the full SHA
    63bb56b View commit details
    Browse the repository at this point in the history
  2. 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.
    rrk12005 committed Apr 5, 2019
    Copy the full SHA
    6ffbf64 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2019

  1. Copy the full SHA
    18c29c8 View commit details
    Browse the repository at this point in the history
  2. SWF-13 able to choose bank that user would like to pay for. No passin…

    …g of account info, just able to display chosen bank name
    rrk12005 committed Apr 6, 2019
    Copy the full SHA
    0b6fb67 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2019

  1. SWF-13 finished addition of ability to choose bank account to pay for…

    …. new structure of storing default bank account in UseraDefaults
    rrk12005 committed Apr 7, 2019
    Copy the full SHA
    76ef026 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2019

  1. Merge branch 'master' into SWE-13-choose-bank-account

    # Conflicts:
    #	SynchronyFinancial/SynchronyFinancial WatchKit App/Base.lproj/Interface.storyboard
    #	SynchronyFinancial/SynchronyFinancial WatchKit Extension/FetchData.swift
    #	SynchronyFinancial/SynchronyFinancial WatchKit Extension/PaymentDetailInterfaceController.swift
    #	SynchronyFinancial/SynchronyFinancial/Defaults.swift
    ahm11003 committed Apr 8, 2019
    Copy the full SHA
    61ca428 View commit details
    Browse the repository at this point in the history
  2. Fixed errors from code review. Additionally, moved where fetchBankInf…

    …o API request is called so it is fired upon only when user want to change default bank acct. User's default bank account ID is now being used in the makePayment API call.
    rrk12005 committed Apr 8, 2019
    Copy the full SHA
    520d31a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    cc16cdf View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2019

  1. SWE-13 PR Requested changes

    rrk12005 committed Apr 9, 2019
    Copy the full SHA
    3594b68 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0c9a242 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into SWE-13-choose-bank-account

    # Conflicts:
    #	SynchronyFinancial/SynchronyFinancial WatchKit Extension/TransactionsInterfaceController.swift
    #	SynchronyFinancial/SynchronyFinancial.xcodeproj/project.pbxproj
    ahm11003 committed Apr 9, 2019
    Copy the full SHA
    8b78622 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2019

  1. SWE-13 Integration of UserDefaults+Extension as the getter for bankAc…

    …ctInfo from UserDefaults in updating the selected bank account label as well as passing bankId in submit payment
    rrk12005 committed Apr 10, 2019
    Copy the full SHA
    d60bd62 View commit details
    Browse the repository at this point in the history