mercadopago / DEPRECATED-sdk-php

DEPRECATED - MercadoPago PHP SDK
MIT License
1 stars 10 forks source link

Shipments receiver_address not working #91

Closed pedrodevoto closed 5 years ago

pedrodevoto commented 7 years ago

When I set receiver_address into shipments and then I get redirected to MercadoPago's website, the address is not there and I have to manually enter it again. Is it supposed to work like this or is it a bug?

$shipments = array(
"mode" => "me2",
"dimensions" => $dimensions,
"local_pickup" => false,
"default_shipping_method" => (int)$shipping_method,
"receiver_address" => array(
        "zip_code" => "1430",
        "street_number"=> 100,
        "street_name"=> "Libertad",
        "floor"=> 4,
        "apartment"=> "C"
    )
);
leandroahmad commented 6 years ago

The bug is from the API, not the SDK. It still doesn't work.

rockscripts commented 6 years ago

Bueno, esta solucion debe ser importante, porque nadie quiere llenar datos de envio dos veces si se puede pasar al formulario de envio - pago directamente en mercadopago.