Skip to content

Commit

Permalink
Update Deserializes.php - Add DateTime format
Browse files Browse the repository at this point in the history
Add additional DateTime Format returned from Amazon ProductFeeV0 API
  • Loading branch information
simonsolutions authored Jun 25, 2024
1 parent 1ae76d2 commit e15ed82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Traits/Deserializes.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ trait Deserializes

protected static array $validDatetimeFormats = [
'Y-m-d\TH:i:s\Z',
'Y-m-d\TH:i:s.u\Z',
DATE_ATOM,
'Y-m-d',
];
Expand Down

0 comments on commit e15ed82

Please sign in to comment.