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

Error during set:up #1

Open
artursson opened this issue Oct 24, 2023 · 0 comments
Open

Error during set:up #1

artursson opened this issue Oct 24, 2023 · 0 comments

Comments

@artursson
Copy link

artursson commented Oct 24, 2023

While fixing conflict, package afterpay-global/module-cash-app-pay updated 5.0.3 ➝ 5.0.5

The error appears during set:up

image

The reason is that the Afterpay\CashApp\Setup\Patch\Data\MigrateTokens

class calls Afterpay\Afterpay\Setup\Patch\Data\MigrateTokens in the function:

public static function getDependencies(): array
{
    return [\Afterpay\Afterpay\Setup\Patch\Data\Mi grateTokens::class];
}

But for our current version of afterpay-global/module-afterpay (5.2.0) this class does not exist.

If we update afterpay-global/module-afterpay to latest available version (5.2.1) we have another error.

When s:di:c

image

The error probably occurs because the ManagerInterface class does not exist in the Afterpay\Afterpay\Controller\Express folder and in Afterpay\Afterpay\Controller\Express\PlaceOrder the use instruction for this interface is not implemented

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant