Skip to content

Commit

Permalink
minor Sylius#15937 [API][Maintenance] Fix field name in AddressLogEnt…
Browse files Browse the repository at this point in the history
…ry serialization (NoResponseMate)

This PR was merged into the 1.13 branch.

Discussion
----------

| Q               | A                                                            |
|-----------------|--------------------------------------------------------------|
| Branch?         | 1.13 |
| Bug fix?        | somewhat                                                       |
| New feature?    | no                                                       |
| BC breaks?      | no                                                       |
| Deprecations?   | no |
| Related tickets | -                      |
| License         | MIT                                                          |

Commits
-------
  [API][Maintenance] Fix field name in AddressLogEntry serialization
  • Loading branch information
Rafikooo committed Feb 29, 2024
2 parents 8debdb2 + 545d2b8 commit e203a51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<group>admin:address:log_entry:show</group>
<group>sylius:admin:address:log_entry:show</group>
</attribute>
<attribute name="logged_at">
<attribute name="loggedAt">
<group>admin:address:log_entry:show</group>
<group>sylius:admin:address:log_entry:show</group>
</attribute>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"provinceCode": null,
"provinceName": null
},
"logged_at": @date@
"loggedAt": @date@
}
],
"hydra:totalItems": 1
Expand Down

0 comments on commit e203a51

Please sign in to comment.