Pieter Zandbergen

Results 24 comments of Pieter Zandbergen

Ran into the same issue with 1.x ^^

+1 while `@ORM\Column(nullable=true)` sets the default for a field being nullable (or not) it should be configurable as well.

Please also note that initializing a POS payment does not lock the cart (e.g. unset the `is_active` flag). Therefore the Cart contents can be altered during the payment.

Hi @tnaber we are currently testing our fix / plug-in. There are still some situations in which our fix doesn't seems work. **Terminal Unavailable** The first problem is with the...

With some delay: - Upgraded to version 8.1.1 (can't use 8.2.x yet since it requires Magento 2.4.x, see: https://github.com/Adyen/adyen-magento2/pull/1490) - Added the following to our Adyen fixes / features module:...

Hi @tnaber , I'm not going to create a PR for this bug. Reason: https://github.com/Adyen/adyen-magento2/issues/1489#issuecomment-1123632702 Not really a substantiated discussion IMO. Apparently improvements / fixes are better kept private.

Hi @Morerice , Since we have a PWA we do not use these JS's, however the flow is similar. Currently we have multiple fixes in place to make sure the...

Hi @Morerice , I think the best solution would be to actually create the order when initiating the POS transaction. Otherwise you would have to lock the quote somehow, keep...

No security fixes indeed, but plenty of nice bug fixes like this nice one: https://bugs.php.net/bug.php?id=81263

@Den4ik it seems @mahesh-singh-rajawat fixed it with AC-5986: https://github.com/magento/magento2/commit/eb02e7a4715169bc24261159da9bb0573fdb0ab2 I guess we could close this PR.