Code Monkey home page Code Monkey logo

Comments (4)

candemiralp avatar candemiralp commented on July 23, 2024

Hello @dude2511,

Thank you for raising this issue. We reproduced the issue and an implementation ticket was created.

Best Regards,
Can

from adyen-shopware6.

timkoopmans50 avatar timkoopmans50 commented on July 23, 2024

Also an issue on 3.10.1 and probably 3.11.0. What's the ETA for a fix on this? My client has issues with this now.

from adyen-shopware6.

dude2511 avatar dude2511 commented on July 23, 2024

@timkoopmans50
I added a patch file to our deployment script fixing the issue in the meantime. You need to verify that it works for your plugin version and adapt it otherwise.

--- AdminController.php	2022-11-23 01:36:06
+++ edit/AdminController.php	2022-11-23 01:38:15
@@ -356,7 +356,7 @@
                     ? NotificationEntity::NOTIFICATION_STATUS_PROCESSED
                     : NotificationEntity::NOTIFICATION_STATUS_PENDING,
                 'createdAt' => $notification->getCreatedAt()->format(self::ADMIN_DATETIME_FORMAT),
-                'updatedAt' => $notification->getUpdatedAt()->format(self::ADMIN_DATETIME_FORMAT),
+                'updatedAt' => $notification->getUpdatedAt() ? $notification->getUpdatedAt()->format(self::ADMIN_DATETIME_FORMAT) : null,
                 'notificationId' => $notification->getId(),
                 'canBeRescheduled' => $this->notificationService->canBeRescheduled($notification),
                 'errorCount' => $notification->getErrorCount(),

from adyen-shopware6.

candemiralp avatar candemiralp commented on July 23, 2024

Hello @dude2511,

Thank you for the patch. It will be released on the next version.

@timkoopmans50 you can use this patch if you don't want to wait for the next release and the situation is urgent for you.

Best Regards,
Can

from adyen-shopware6.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.