Skip to content

Swe 24 show pending transactions and allow cancel #16

Merged
merged 9 commits into from Apr 9, 2019

Commits on Apr 8, 2019

  1. SWE-24 change context type to support passing account

    - we require the `accountAlias` of the current account in order to cancel a payment
    - changed the type of dictionary passed through Transactions functionality to support getting the account to transaction details, so we can ultimate use to cancel a pending payment
    ahm11003 committed Apr 8, 2019
    Copy the full SHA
    143ffe2 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2019

  1. Copy the full SHA
    f48164b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7ed54df View commit details
    Browse the repository at this point in the history
  3. SWE-24 keep transaction variable

    - we need to have the transaction locally so we can pass its members to our API to cancel payment
    - added outlet for cancel button
    ahm11003 committed Apr 9, 2019
    Copy the full SHA
    71e5caf View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    3ef5a67 View commit details
    Browse the repository at this point in the history
  5. SWE-24 change presentation of transaction details to push

    - this will help us provide a better user experience and aesthetic in regards to showing “cancel payment” flow
    ahm11003 committed Apr 9, 2019
    Copy the full SHA
    f111f7a View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    b8da22e View commit details
    Browse the repository at this point in the history
  7. SWE-24 set title in cancellation screen

    - also remove boilerplate template code
    ahm11003 committed Apr 9, 2019
    Copy the full SHA
    dbf152b View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    017b782 View commit details
    Browse the repository at this point in the history