Skip to content
Snippets Groups Projects
Commit f6f848df authored by Tao Kos's avatar Tao Kos Committed by Jonathan Sacksick
Browse files

Issue #3319175 by Tаo: Fix shchema errors reported during the tests.

parent a8a333b7
No related branches found
No related tags found
No related merge requests found
......@@ -469,7 +469,6 @@ display:
order: DESC
expose:
label: ''
field_identifier: ''
exposed: false
arguments:
id:
......
......@@ -598,7 +598,6 @@ display:
order: ASC
expose:
label: ''
field_identifier: ''
exposed: false
id:
id: id
......@@ -613,7 +612,6 @@ display:
order: DESC
expose:
label: ''
field_identifier: ''
exposed: false
quantity:
id: quantity
......@@ -628,7 +626,6 @@ display:
order: ASC
expose:
label: ''
field_identifier: ''
exposed: false
arguments:
product_id:
......
......@@ -421,7 +421,7 @@ class PriceList extends CommerceContentEntityBase implements PriceListInterface
*/
public static function getDefaultStartDate() {
$timestamp = \Drupal::time()->getRequestTime();
return gmdate(DateTimeItemInterface::DATETIME_STORAGE_FORMAT, $timestamp);
return date(DateTimeItemInterface::DATETIME_STORAGE_FORMAT, $timestamp);
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment