MerchantOrder return incompleted data #459
-
Hi In PHP, when I use the method "MercadoPago\MerchantOrder::find_by_id(123456)", it only returns a minimal data such as: {
"external_reference": "xxxx",
"preference_id": "XXXX",
"payouts": [
],
"notification_url": "https://test.com/notifications?source_news=ipn",
"date_created": "2023-09-26T17:03:52.302-04:00",
"last_updated": "2023-09-26T17:03:52.302-04:00",
"shipping_cost": 0,
"total_amount": 100,
"site_id": "MLA",
"paid_amount": 0,
"refunded_amount": 0,
"additional_info": "",
"is_test": false,
"order_status": "payment_required"
} But if you use cURL for get the order data, returns ALL information. |
Beta Was this translation helpful? Give feedback.
Answered by
agustinglez
Apr 22, 2024
Replies: 1 comment 16 replies
-
Hello @agustinglez! To have a better understanding of this case, could you provide more information like the ones below:
|
Beta Was this translation helpful? Give feedback.
16 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hola! Yo lo llegué a resolver así: