Skip to content
Snippets Groups Projects
Commit 983d05f0 authored by Andriy Nasinnyk's avatar Andriy Nasinnyk
Browse files

MAGETWO-35064: At night (by Kiev time) some tests connected to dates are failed

parent 1d773ec0
No related merge requests found
...@@ -278,7 +278,11 @@ class Data extends \Magento\Framework\App\Helper\AbstractHelper ...@@ -278,7 +278,11 @@ class Data extends \Magento\Framework\App\Helper\AbstractHelper
[ [
'reason' => $message, 'reason' => $message,
'checkoutType' => $checkoutType, 'checkoutType' => $checkoutType,
'dateAndTime' => $this->_localeDate->date(), 'dateAndTime' => $this->_localeDate->formatDateTime(
new \DateTime(),
\IntlDateFormatter::MEDIUM,
\IntlDateFormatter::MEDIUM
),
'customer' => $checkout->getCustomerFirstname() . ' ' . $checkout->getCustomerLastname(), 'customer' => $checkout->getCustomerFirstname() . ' ' . $checkout->getCustomerLastname(),
'customerEmail' => $checkout->getCustomerEmail(), 'customerEmail' => $checkout->getCustomerEmail(),
'billingAddress' => $checkout->getBillingAddress(), 'billingAddress' => $checkout->getBillingAddress(),
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment