Skip to content

Commit

Permalink
fix: add missing mapped fields to ShopOrderRepository
Browse files Browse the repository at this point in the history
  • Loading branch information
williarin committed Mar 5, 2022
1 parent a08e251 commit c82db24
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Bridge/Repository/ShopOrderRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ class ShopOrderRepository extends AbstractEntityRepository
'shipping_postcode',
'shipping_country',
'shipping_phone',
'order_total',
'order_currency',
'paid_date',
'customer_user',
];

public function __construct()
Expand Down

0 comments on commit c82db24

Please sign in to comment.