You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While fixing conflict, package afterpay-global/module-cash-app-pay updated 5.0.3 ➝ 5.0.5
The error appears during set:up
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
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
The text was updated successfully, but these errors were encountered:
While fixing conflict, package afterpay-global/module-cash-app-pay updated 5.0.3 ➝ 5.0.5
The error appears during set:up
The reason is that the Afterpay\CashApp\Setup\Patch\Data\MigrateTokens
class calls Afterpay\Afterpay\Setup\Patch\Data\MigrateTokens in the function:
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
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
The text was updated successfully, but these errors were encountered: