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(cypress): add 2 more payout connectors and bank transfer support for payout #4993

Merged
merged 9 commits into from
Jun 20, 2024

Commits on Jun 13, 2024

  1. feat(cypress): add 2 more payout connectors

    - Add 2 more payout connectors:
      - Adyen Platform
      - Wise
    - Add Bank Transfers
      - SEPA
    
    - Refactor Payouts to accommodate these changes
    pixincreate committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    f203125 View commit details
    Browse the repository at this point in the history
  2. re-organise

    pixincreate committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    35b985c View commit details
    Browse the repository at this point in the history
  3. re-organise

    pixincreate committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    41939aa View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' of github.com:juspay/hyperswitch into cypress-pay…

    …outs
    
    * 'main' of github.com:juspay/hyperswitch:
      feat(router): include the pre-routing connectors in Apple Pay retries (#4952)
      fix(cypress): Add `jwt_token` and `cookie` for routing test (#4953)
      feat(connectors): [Iatapay] add payment methods (#4968)
      chore(version): 2024.06.13.0
      feat(payouts): make payout_type optional in payouts table (#4954)
      feat(connector): [BOA/CYB] Make billTo fields optional (#4951)
      fix(core): fix the multitenancy prefix  in routing cache (#4963)
      refactor(connector): [Mifinity]Move destination_account_number from pmd to Mifinity Metadata (#4962)
      refactor(payment_methods): Enable deletion of default Payment Methods (#4942)
    pixincreate committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    a471756 View commit details
    Browse the repository at this point in the history
  5. add missing test

    pixincreate committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    83029d8 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. remove unused command

    pixincreate committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    2f86521 View commit details
    Browse the repository at this point in the history
  2. chore: optimize and quick fixes

    prettier config have been added to maintain consistency across all
    environments.
    
    can be run using `prettier . --write` in `cypress-tests` directory
    pixincreate committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    157035b View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. refactor: remove kv for payouts for now

    we will getting back to this later in future
    pixincreate committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    6eddd39 View commit details
    Browse the repository at this point in the history
  2. chore: future proofing

    pixincreate committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    875d557 View commit details
    Browse the repository at this point in the history