Home
DevCentral
Search
Configure Global Search
Log In
Transactions
D947
Change Details
Change Details
Old
New
Diff
A new unit test is provided, to ensure the payload is well expanded with an empty array and not a null value. The tests correctly fails before the fix and passes after: - 'items' => null + 'items' => Array ()
A new unit test is provided, to ensure the payload is well expanded with an empty array and not a null value. The tests correctly fails before the fix and passes after: ``` - 'items' => null + 'items' => Array () ```
A new unit test is provided, to ensure the payload is well expanded with an empty array and not a null value. The tests correctly fails before the fix and passes after:
```
- 'items' => null + 'items' => Array ()
```
Continue