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

[2.x] Extract service module into payavel/orchestration package. #36

Merged
merged 54 commits into from
Apr 19, 2024

Commits on Aug 14, 2023

  1. Require payavel/service

    r-kujawa committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    04534c5 View commit details
    Browse the repository at this point in the history
  2. Require serviceable

    r-kujawa committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    dcc2902 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    207eee9 View commit details
    Browse the repository at this point in the history
  4. Update missed comment

    r-kujawa committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    417e0e2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    10b5194 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Remove DTO's

    r-kujawa committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    dacecf6 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Remove PaymentMerchant

    r-kujawa committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    d64a2c8 View commit details
    Browse the repository at this point in the history
  2. Remove PaymentProvider

    r-kujawa committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    2a4cc16 View commit details
    Browse the repository at this point in the history
  3. Fix some factories

    r-kujawa committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    6f7dacd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7994117 View commit details
    Browse the repository at this point in the history
  5. Kill the drivers

    r-kujawa committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    174f382 View commit details
    Browse the repository at this point in the history
  6. Update merchants in tests

    r-kujawa committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    355f7bc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    71215a3 View commit details
    Browse the repository at this point in the history
  8. Update migration

    r-kujawa committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    ef476d2 View commit details
    Browse the repository at this point in the history
  9. ThrowsRuntimeException

    r-kujawa committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    6947350 View commit details
    Browse the repository at this point in the history
  10. SimulateAttributes

    r-kujawa committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    24f0007 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    94e1528 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a5eb6b4 View commit details
    Browse the repository at this point in the history
  13. Delete unused traits

    r-kujawa committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    2a42f32 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Forgot some files

    r-kujawa committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    0733b92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4b1dd3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2586ec View commit details
    Browse the repository at this point in the history
  4. Try extending the command?

    r-kujawa committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    64cb30f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f936b59 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8697b2a View commit details
    Browse the repository at this point in the history
  7. Finish fixing tests

    r-kujawa committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    7868fae View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    e7adba6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f211b8 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

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

Commits on Apr 12, 2024

  1. Update payavel/orchestration

    r-kujawa committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    3497670 View commit details
    Browse the repository at this point in the history
  2. Fix workflow format

    r-kujawa committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    7bb973f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34a5530 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    543bcea View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. Configuration menu
    Copy the full SHA
    41ebf1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b4813c View commit details
    Browse the repository at this point in the history
  3. Fix checkout:provider test

    r-kujawa committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    da47b92 View commit details
    Browse the repository at this point in the history
  4. Update phpunit.xml

    r-kujawa committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    d34a186 View commit details
    Browse the repository at this point in the history
  5. Fix phpunit deprecations

    r-kujawa committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    9d540f3 View commit details
    Browse the repository at this point in the history
  6. Move database out of src

    r-kujawa committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    d8d1691 View commit details
    Browse the repository at this point in the history
  7. Fix Billable trait test

    r-kujawa committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    893c73c View commit details
    Browse the repository at this point in the history
  8. Remove orchestration tests

    r-kujawa committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    d76386f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9d3f54d View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Rename merchant to account

    r-kujawa committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    b52af0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5049e32 View commit details
    Browse the repository at this point in the history
  3. Remove GatewayTestCase

    r-kujawa committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    c72903f View commit details
    Browse the repository at this point in the history
  4. Remove the stubs

    r-kujawa committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    cc41572 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Move config

    r-kujawa committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    29d8a0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78a2877 View commit details
    Browse the repository at this point in the history
  3. Inherit from orchestration

    r-kujawa committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    b7c5d70 View commit details
    Browse the repository at this point in the history
  4. Update payment.php config

    r-kujawa committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    511f567 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8e3d57f View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Update models & factories

    r-kujawa committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    5a024e2 View commit details
    Browse the repository at this point in the history
  2. Fix test

    r-kujawa committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    3c5adf7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff225d3 View commit details
    Browse the repository at this point in the history