Created
December 8, 2022 16:39
-
-
Save albertobraschi/01a0c58666824b21b1a981bca09c77e8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[2022-12-08 16:37:13] mercadopagoLogHandler.INFO: Model_PaymentMethod getFinalCart finalcart0 => [{"seller_id":"25","product_id":"35","price":85,"invoice_price":"100.0000","shipping_price":0,"tax_amount":"0.0000","discount_amount":0}] [] [] | |
[2022-12-08 16:37:13] mercadopagoLogHandler.INFO: Model_PaymentMethod getFinalCart finalcart1 => {"25":{"shippingprice":0,"invoiceprice":"100.0000","price":85,"products":"35","taxamount":"0.0000","discount":0,"seller":"25"}} [] [] | |
[2022-12-08 16:37:13] mercadopagoLogHandler.INFO: Model_PaymentMethod getFinalCart finalcart2 => {"25":{"shippingprice":0,"invoiceprice":"100.0000","price":85,"products":"35","taxamount":"0.0000","discount":0,"seller":"25"},"0":{"price":18.01,"shippingprice":"18.0100","invoiceprice":18.01,"taxamount":0,"discount":0,"seller":0,"products":null}} [] [] | |
[2022-12-08 16:37:13] mercadopagoLogHandler.INFO: Model_PaymentMethod getFinalCart finalcart3 => {"25":{"shippingprice":18.01,"invoiceprice":"100.0000","price":85,"products":"35","taxamount":"0.0000","discount":0,"seller":"25"}} [] [] | |
[2022-12-08 16:37:13] mercadopagoLogHandler.INFO: Model_PaymentMethod find custoemr url : https://api.mercadopago.com/v1/customers/search?access_token=TEST-265315344760778-020906-7ca40a1b1a813e62fa25342c6bcc2d97__LA_LB__-2104666&[email protected] [] [] | |
[2022-12-08 16:37:13] mercadopagoLogHandler.INFO: Model_PaymentMethod getMercadoPagoPayerId : {"paging":{"limit":10,"offset":0,"total":0},"results":[]} [] [] | |
[2022-12-08 16:37:13] mercadopagoLogHandler.INFO: Model_PaymentMethod createCustomerMercadoPago : {"email":"[email protected]","first_name":"Alberto","last_name":"Braschi","phone":{"number":"(41) 99127-2554"},"address":{"zip_code":"80030-000","street_name":"Avenida Jo\u00e3o Gualberto,2585,Alto da Gl\u00f3ria"}} [] [] | |
[2022-12-08 16:37:14] mercadopagoLogHandler.INFO: Model_PaymentMethod createCustomer : {"message":"Oops! Something went wrong...","error":"internal_server_error","status":500,"cause":[]} [] [] | |
[2022-12-08 16:37:14] mercadopagoLogHandler.INFO: Model_PaymentMethod createCustomerMercadoPago : Notice: Undefined index: id in /var/www/html/app/code/Webkul/MpMercadopago/Model/PaymentMethod.php on line 705 [] [] | |
[2022-12-08 16:37:14] mercadopagoLogHandler.INFO: Model_PaymentMethod prepareDataForPayment paymentData => false [] [] | |
[2022-12-08 16:37:14] mercadopagoLogHandler.INFO: Model_PaymentMethod makePayment : {"external_reference":"Txn-","payer":{"email":"[email protected]"},"payments":[{"payment_method_id":"master","payment_type_id":"credit_card","token":"","transaction_amount":0,"installments":"1","processing_mode":"aggregator"}]} [] [] | |
[2022-12-08 16:37:14] mercadopagoLogHandler.INFO: Model_PaymentMethod makeMercadopagoPayment : TEST-265315344760778-020906-7ca40a1b1a813e62fa25342c6bcc2d97__LA_LB__-2104666 [] [] | |
[2022-12-08 16:37:14] mercadopagoLogHandler.INFO: Model_PaymentMethod paymentResponse : {"error":"bad_request","message":"disbursements is required.","status":400,"cause":[{"code":400090,"description":"disbursements is required.","data":null}]} [] [] | |
[2022-12-08 16:37:14] mercadopagoLogHandler.INFO: Model_PaymentMethod prepareDataForPayment paymentData => null [] [] | |
[2022-12-08 16:37:14] mercadopagoLogHandler.INFO: Observer_OrderPlaceBefore execute : order can not be placed [] [] | |
[2022-12-08 16:37:14] mercadopagoLogHandler.INFO: Model_PaymentMethod validateData : order can not be placed [] [] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment