Closed
Description
Preconditions
Magento EE 2.1.2 / Magento CE 2.1.2
Steps to reproduce
- Make an order using PayPal Express as a payment method and then pay by entering credit card information within Paypal
- Try to access this particular order via Magento REST api : /rest/V1/orders
Expected result
- The API returns a JSON response of corresponding order
Actual result
- You get the following error : Notice: Array to string conversion in vendor/magento/framework/Reflection/TypeCaster.php on line 34
PR : #8311