Andreas Allacher
Andreas Allacher
**Describe the bug** If one e.g. decorates the CartOrderRoute by extending the AbstractCartOrderRoute, it will work for the constructor but fails to be stored in the property as the property...
**Describe the bug** In https://github.com/Adyen/adyen-shopware6/blob/develop/src/Handlers/AbstractPaymentMethodHandler.php#L637 you use $salesChannelContext->getSalesChannel()->getDomains()->first()->getUrl(), to retrieve a potential URL. However, the domains might be empty - e.g. headless sales channels do not require those except for...
The CheckoutStateDataValidator should not be used anymore according to https://github.com/Adyen/adyen-php-api-library/issues/536#issuecomment-1735747796 and https://github.com/Adyen/adyen-php-api-library/issues/531#issuecomment-1735749828 this would also mostly fix https://github.com/Adyen/adyen-shopware6/issues/404 and partly https://github.com/Adyen/adyen-shopware6/issues/210
**Describe the bug** The "origin" parameter set by the web components is set in the root level not the additionalData level, so in most cases this value is ignored. Especially,...
**Describe the bug** In order to test all possible payment errors, it is possible to be able to specify `additionalData.RequestedTestAcquirerResponseCode` in the `\Adyen\Shopware\Handlers\AbstractPaymentMethodHandler::preparePaymentsRequest` method. According to documentation: https://docs.adyen.com/development-resources/test-cards/result-code-testing/adyen-response-codes Best would...
**Describe the bug** Before the merge of PW-7218 the context switch event was used to store adyen payment state data upon selecting the payment method. Since the merge of PW-7218...
**Describe the bug** If something went seriously wrong with Adyen, it is possible that calling `/store-api/adyen/payment-details` fails with a server error, e.g. `Error occurred finalizing payment` which in itself is...
**Describe the bug** With multiple sales channels the NotificationReceiverController would require a corresponding Storefront sales channel with a correct domain configuration. It will not work for headless sales channels and...
**Describe the bug** When executing dal:validate with Shopware 6.4.7.0 and the plugin in version 3.2.0 I get the following errors: ```shell ========================================= Adyen\Shopware\Entity\PaymentResponse\PaymentResponseEntityDefinition --------------------------------------------------------------------- * Missing version reference for foreign...
If I have a password without a username it is not handled correctly. 1.) If there is a stored login with a username in the stored passwords, that password will...