Preconditions
- Magento 2.1.0, PHP 7, Mysql 5.7
- PayPal Express enabled
Steps to reproduce
- Put order through using PayPal Express
- Visit Invoice Grid
- Display columns billing name, shipping and billing addresses
Expected result
- These columns would be populated
Actual result
- These cells are blank for PayPal Express Payments

Looking at the order address details, this information exists. So this is not an issue with the data not being retrieved from PayPal. I can see from the sales_invoice table, however, that the billing_address_id and shipping_address_id are null for PayPal Express orders.
Preconditions
Steps to reproduce
Expected result
Actual result
Looking at the order address details, this information exists. So this is not an issue with the data not being retrieved from PayPal. I can see from the sales_invoice table, however, that the billing_address_id and shipping_address_id are null for PayPal Express orders.