Skip to content

Commit

Permalink
Fix "ERROR: PropertyNotSetInConstructor - src/OrderItems.php:26:10 - …
Browse files Browse the repository at this point in the history
…Property Pronamic\WordPress\Pay\Gateways\OmniKassa2\OrderItems::$order_items is not defined in constructor".
  • Loading branch information
remcotolsma committed May 3, 2024
1 parent 590d1fd commit 57b819c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OrderItems.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class OrderItems implements \JsonSerializable {
*
* @var array<OrderItem>
*/
private $order_items;
private $order_items = [];

/**
* Construct order results message.
Expand Down

0 comments on commit 57b819c

Please sign in to comment.