Zip code in module Payment for magento2

1

Hello, I'm trying to integrate this official module of MercadoPago here

link

I configured correctly, including the source zip code in "Stores / Configuration / Sales (Shipping Settings)

I ran the upgrade command, cleaned the caches, rode deploy, reindex, but nothing solved the error: "Invalid zip_code - CAUSe: null

[2017-07-06 08:29:39] mercadoenvios.log.ALERT: Request params:  - {"dimensions":"16x16x16,1000","zip_code":"06602-150"} [] []
[2017-07-06 08:29:39] mercadoenvios.log.ALERT: Error response API:  - {"status":400,"response":{"message":"Invalid zip_code","cause":null,"error":"invalid_zip_code","status":400}} [] []
[2017-07-06 08:30:20] mercadoenvios.log.ALERT: Request params:  - {"dimensions":"16x16x16,1000","zip_code":"06602-150"} [] []
[2017-07-06 08:30:20] mercadoenvios.log.ALERT: Error response API:  - {"status":400,"response":{"message":"Invalid zip_code","cause":null,"error":"invalid_zip_code","status":400}} [] []

What can I do?

This module works like this: directly takes the zip code inserted in the customer's ADDRESS and calculates automatically, but it is not happening, because of the above null error ,

The error message on the CHECKOUT screen is

  

$ 0.00 MarketWire This shipping method is currently unavailable.   - Invalid zip_code

    
asked by anonymous 06.07.2017 / 10:37

0 answers