Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: recipient kyc #342

Merged
merged 39 commits into from
Jun 12, 2024
Merged

feat: recipient kyc #342

merged 39 commits into from
Jun 12, 2024

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    a9dc94c View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    1d09f02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ee7448 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66d042b View commit details
    Browse the repository at this point in the history
  4. feat: recipient save message (#327)

    feat: recipient save message
    RafaMelazzo authored Apr 19, 2024
    Configuration menu
    Copy the full SHA
    6f62693 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    1e81c7d View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. feat: added recipient webhook validation (#329)

    * feat: added recipient webhook validation
    
    * test: added WebhookManagement recipient unit test
    
    * test: added more WebhookManagement unit test scenarios
    
    * fix: typo in tests name
    mateus-picoloto authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    bb8414c View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    71f6fad View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    e1c307e View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. feat: added update status to recipient edit/view page

    Mateus Picoloto committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    cc79e59 View commit details
    Browse the repository at this point in the history
  2. fix: added todos and refactor css classes

    Mateus Picoloto committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    0e0afe4 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'feat/recipient-kyc' of https://github.com/pagarme/magento2

     into PAOPN-720/feat-save-recipient-status
    RafaMelazzo committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    f57d10e View commit details
    Browse the repository at this point in the history
  4. fix: removed unused code

    RafaMelazzo committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    44b71a0 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'PAOPN-720/feat-save-recipient-status' into feat/PAOPN-7…

    …23-edit-recipient-status
    Mateus Picoloto committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    006ed53 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. feat: added update status modal

    Mateus Picoloto committed May 2, 2024
    Configuration menu
    Copy the full SHA
    d634d9d View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. test: Recipient Block and Create Controller unit tests

    Mateus Picoloto committed May 3, 2024
    Configuration menu
    Copy the full SHA
    505bb15 View commit details
    Browse the repository at this point in the history
  2. fix: missing call of init

    Mateus Picoloto committed May 3, 2024
    Configuration menu
    Copy the full SHA
    0d18554 View commit details
    Browse the repository at this point in the history
  3. test: fix spies

    Mateus Picoloto committed May 3, 2024
    Configuration menu
    Copy the full SHA
    9a920db View commit details
    Browse the repository at this point in the history
  4. feat: changed status field label

    Mateus Picoloto committed May 3, 2024
    Configuration menu
    Copy the full SHA
    ceadd7e View commit details
    Browse the repository at this point in the history
  5. chore: fix typo

    Mateus Picoloto committed May 3, 2024
    Configuration menu
    Copy the full SHA
    ae92afc View commit details
    Browse the repository at this point in the history
  6. refactor: fix indentation

    Mateus Picoloto committed May 3, 2024
    Configuration menu
    Copy the full SHA
    b737939 View commit details
    Browse the repository at this point in the history
  7. feat: change status column in listing recipients page

    Mateus Picoloto committed May 3, 2024
    Configuration menu
    Copy the full SHA
    283271a View commit details
    Browse the repository at this point in the history
  8. refactor: variable name

    Mateus Picoloto committed May 3, 2024
    Configuration menu
    Copy the full SHA
    503ef95 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f18ec3c View commit details
    Browse the repository at this point in the history
  10. refactor: variable name

    Mateus Picoloto committed May 3, 2024
    Configuration menu
    Copy the full SHA
    9cf9110 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'feat/recipient-kyc' into feat/PAOPN-707-recipient-link-…

    …admin
    Mateus Picoloto committed May 3, 2024
    Configuration menu
    Copy the full SHA
    cabdc54 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Merge branch 'feat/recipient-kyc' into feat/PAOPN-723-edit-recipient-…

    …status
    Mateus Picoloto committed May 6, 2024
    Configuration menu
    Copy the full SHA
    9a537a5 View commit details
    Browse the repository at this point in the history
  2. feat: changed create new recipient success message

    Mateus Picoloto committed May 6, 2024
    Configuration menu
    Copy the full SHA
    e6209d7 View commit details
    Browse the repository at this point in the history
  3. feat: changed create new recipient success message

    Mateus Picoloto committed May 6, 2024
    Configuration menu
    Copy the full SHA
    11f0ef4 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #333 from pagarme/feat/PAOPN-707-recipient-link-admin

    feat: added recipient status and recipient link to recipient list page
    mateus-picoloto authored May 6, 2024
    Configuration menu
    Copy the full SHA
    d41a7d1 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #334 from pagarme/feat/PAOPN-723-edit-recipient-st…

    …atus
    
    feat: added update status to recipient edit/view page
    mateus-picoloto authored May 6, 2024
    Configuration menu
    Copy the full SHA
    aaf6153 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b78b861 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. feat: added config and status validation and error modal

    Mateus Picoloto committed May 7, 2024
    Configuration menu
    Copy the full SHA
    cdd4ce3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb546da View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    50f8459 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43dd0f1 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. fix: sugested corrections

    RafaMelazzo committed May 10, 2024
    Configuration menu
    Copy the full SHA
    20df826 View commit details
    Browse the repository at this point in the history
  2. Paopn 708/feat add kyc validation to recipient dash #335

    Paopn 708/feat add kyc validation to recipient dash
    RafaMelazzo authored May 10, 2024
    Configuration menu
    Copy the full SHA
    b57e9a8 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    89211d0 View commit details
    Browse the repository at this point in the history