Posts by Anderson Carvalho • 1 point
1 post
-
0
votes2
answers1518
viewsA: API of Mercadopago
I had the same problem. I solved it as follows: $itensMP = array(array()); foreach ($this->cart->contents() as $items) { $itemMP = array( "id" => $items['id'], "title" => $items['name'],…