diff --git a/guides/checkout-api-v2/industry-data/apparel.en.md b/guides/checkout-api-v2/industry-data/apparel.en.md index 2e9bdfb876..cd47e65a6c 100644 --- a/guides/checkout-api-v2/industry-data/apparel.en.md +++ b/guides/checkout-api-v2/industry-data/apparel.en.md @@ -112,8 +112,8 @@ curl --location 'https://api.mercadopago.com/v1/payments' \ "payer": { "first_name": "Nome", "last_name": "Sobrenome", - "is_prime_user": "1", - "is_first_purchase_online": "1", + "is_prime_user": true, + "is_first_purchase_online": true, "last_purchase": "2019-10-25T19:30:00.000-03:00", "phone": { "area_code": "11", diff --git a/guides/checkout-api-v2/industry-data/apparel.es.md b/guides/checkout-api-v2/industry-data/apparel.es.md index d8fb361414..a38a7ebc94 100644 --- a/guides/checkout-api-v2/industry-data/apparel.es.md +++ b/guides/checkout-api-v2/industry-data/apparel.es.md @@ -112,8 +112,8 @@ curl --location 'https://api.mercadopago.com/v1/payments' \ "payer": { "first_name": "Nome", "last_name": "Sobrenome", - "is_prime_user": "1", - "is_first_purchase_online": "1", + "is_prime_user": true, + "is_first_purchase_online": true, "last_purchase": "2019-10-25T19:30:00.000-03:00", "phone": { "area_code": "11", diff --git a/guides/checkout-api-v2/industry-data/apparel.pt.md b/guides/checkout-api-v2/industry-data/apparel.pt.md index 1bf1ddd376..6b42c47e71 100644 --- a/guides/checkout-api-v2/industry-data/apparel.pt.md +++ b/guides/checkout-api-v2/industry-data/apparel.pt.md @@ -112,8 +112,8 @@ curl --location 'https://api.mercadopago.com/v1/payments' \ "payer": { "first_name": "Nome", "last_name": "Sobrenome", - "is_prime_user": "1", - "is_first_purchase_online": "1", + "is_prime_user": true, + "is_first_purchase_online": true, "last_purchase": "2019-10-25T19:30:00.000-03:00", "phone": { "area_code": "11", diff --git a/guides/checkout-api-v2/industry-data/applications-online-platforms.en.md b/guides/checkout-api-v2/industry-data/applications-online-platforms.en.md index c7a598463e..6656d39905 100644 --- a/guides/checkout-api-v2/industry-data/applications-online-platforms.en.md +++ b/guides/checkout-api-v2/industry-data/applications-online-platforms.en.md @@ -92,8 +92,8 @@ curl --location 'https://api.mercadopago.com/v1/payments' \ "payer": { "first_name": "Nome", "last_name": "Sobrenome", - "is_prime_user": "1", - "is_first_purchase_online": "1", + "is_prime_user": true, + "is_first_purchase_online": true, "last_purchase": "2019-10-25T19:30:00.000-03:00", "phone": { "area_code": "11", diff --git a/guides/checkout-api-v2/industry-data/applications-online-platforms.es.md b/guides/checkout-api-v2/industry-data/applications-online-platforms.es.md index caee972792..6f198c0410 100644 --- a/guides/checkout-api-v2/industry-data/applications-online-platforms.es.md +++ b/guides/checkout-api-v2/industry-data/applications-online-platforms.es.md @@ -92,8 +92,8 @@ curl --location 'https://api.mercadopago.com/v1/payments' \ "payer": { "first_name": "Nome", "last_name": "Sobrenome", - "is_prime_user": "1", - "is_first_purchase_online": "1", + "is_prime_user": true, + "is_first_purchase_online": true, "last_purchase": "2019-10-25T19:30:00.000-03:00", "phone": { "area_code": "11", diff --git a/guides/checkout-api-v2/industry-data/applications-online-platforms.pt.md b/guides/checkout-api-v2/industry-data/applications-online-platforms.pt.md index 1d667754b0..c346b6b59d 100644 --- a/guides/checkout-api-v2/industry-data/applications-online-platforms.pt.md +++ b/guides/checkout-api-v2/industry-data/applications-online-platforms.pt.md @@ -92,8 +92,8 @@ curl --location 'https://api.mercadopago.com/v1/payments' \ "payer": { "first_name": "Nome", "last_name": "Sobrenome", - "is_prime_user": "1", - "is_first_purchase_online": "1", + "is_prime_user": true, + "is_first_purchase_online": true, "last_purchase": "2019-10-25T19:30:00.000-03:00", "phone": { "area_code": "11", diff --git a/guides/checkout-api-v2/industry-data/direct-sale.en.md b/guides/checkout-api-v2/industry-data/direct-sale.en.md index ed1f64c085..f31ab585fe 100644 --- a/guides/checkout-api-v2/industry-data/direct-sale.en.md +++ b/guides/checkout-api-v2/industry-data/direct-sale.en.md @@ -110,8 +110,8 @@ curl --location 'https://api.mercadopago.com/v1/payments' \ "payer": { "first_name": "Nome", "last_name": "Sobrenome", - "is_prime_user": "1", - "is_first_purchase_online": "1", + "is_prime_user": true, + "is_first_purchase_online": true, "last_purchase": "2019-10-25T19:30:00.000-03:00", "phone": { "area_code": "11", diff --git a/guides/checkout-api-v2/industry-data/direct-sale.es.md b/guides/checkout-api-v2/industry-data/direct-sale.es.md index 21618111b8..021243f988 100644 --- a/guides/checkout-api-v2/industry-data/direct-sale.es.md +++ b/guides/checkout-api-v2/industry-data/direct-sale.es.md @@ -110,8 +110,8 @@ curl --location 'https://api.mercadopago.com/v1/payments' \ "payer": { "first_name": "Nome", "last_name": "Sobrenome", - "is_prime_user": "1", - "is_first_purchase_online": "1", + "is_prime_user": true, + "is_first_purchase_online": true, "last_purchase": "2019-10-25T19:30:00.000-03:00", "phone": { "area_code": "11", diff --git a/guides/checkout-api-v2/industry-data/direct-sale.pt.md b/guides/checkout-api-v2/industry-data/direct-sale.pt.md index 28c5d9a250..834a95cc20 100644 --- a/guides/checkout-api-v2/industry-data/direct-sale.pt.md +++ b/guides/checkout-api-v2/industry-data/direct-sale.pt.md @@ -110,8 +110,8 @@ curl --location 'https://api.mercadopago.com/v1/payments' \ "payer": { "first_name": "Nome", "last_name": "Sobrenome", - "is_prime_user": "1", - "is_first_purchase_online": "1", + "is_prime_user": true, + "is_first_purchase_online": true, "last_purchase": "2019-10-25T19:30:00.000-03:00", "phone": { "area_code": "11", diff --git a/guides/checkout-api-v2/industry-data/electro.en.md b/guides/checkout-api-v2/industry-data/electro.en.md index 504dc5a820..b990f095d7 100644 --- a/guides/checkout-api-v2/industry-data/electro.en.md +++ b/guides/checkout-api-v2/industry-data/electro.en.md @@ -110,8 +110,8 @@ curl --location 'https://api.mercadopago.com/v1/payments' \ "payer": { "first_name": "Name", "last_name": "Surname", - "is_prime_user": "1", - "is_first_purchase_online": "1", + "is_prime_user": true, + "is_first_purchase_online": true, "last_purchase": "2019-10-25T19:30:00.000-03:00", "phone": { "area_code": "11", diff --git a/guides/checkout-api-v2/industry-data/electro.es.md b/guides/checkout-api-v2/industry-data/electro.es.md index 8f59db7f85..076cf81d81 100644 --- a/guides/checkout-api-v2/industry-data/electro.es.md +++ b/guides/checkout-api-v2/industry-data/electro.es.md @@ -110,8 +110,8 @@ curl --location 'https://api.mercadopago.com/v1/payments' \ "payer": { "first_name": "Nombre", "last_name": "Apellido", - "is_prime_user": "1", - "is_first_purchase_online": "1", + "is_prime_user": true, + "is_first_purchase_online": true, "last_purchase": "2019-10-25T19:30:00.000-03:00", "phone": { "area_code": "11", diff --git a/guides/checkout-api-v2/industry-data/electro.pt.md b/guides/checkout-api-v2/industry-data/electro.pt.md index 85b8d6b232..7af8fe1461 100644 --- a/guides/checkout-api-v2/industry-data/electro.pt.md +++ b/guides/checkout-api-v2/industry-data/electro.pt.md @@ -110,8 +110,8 @@ curl --location 'https://api.mercadopago.com/v1/payments' \ "payer": { "first_name": "Nome", "last_name": "Sobrenome", - "is_prime_user": "1", - "is_first_purchase_online": "1", + "is_prime_user": true, + "is_first_purchase_online": true, "last_purchase": "2019-10-25T19:30:00.000-03:00", "phone": { "area_code": "11", diff --git a/guides/checkout-api-v2/industry-data/gambling.en.md b/guides/checkout-api-v2/industry-data/gambling.en.md index 6a8f1c7a93..1185e19117 100644 --- a/guides/checkout-api-v2/industry-data/gambling.en.md +++ b/guides/checkout-api-v2/industry-data/gambling.en.md @@ -95,8 +95,8 @@ curl --location 'https://api.mercadopago.com/v1/payments' \ "payer": { "first_name": "Nome", "last_name": "Sobrenome", - "is_prime_user": "1", - "is_first_purchase_online": "1", + "is_prime_user": true, + "is_first_purchase_online": true, "last_purchase": "2019-10-25T19:30:00.000-03:00", "phone": { "area_code": "11", diff --git a/guides/checkout-api-v2/industry-data/gambling.es.md b/guides/checkout-api-v2/industry-data/gambling.es.md index a915f256d2..fd096113d4 100644 --- a/guides/checkout-api-v2/industry-data/gambling.es.md +++ b/guides/checkout-api-v2/industry-data/gambling.es.md @@ -95,8 +95,8 @@ curl --location 'https://api.mercadopago.com/v1/payments' \ "payer": { "first_name": "Nome", "last_name": "Sobrenome", - "is_prime_user": "1", - "is_first_purchase_online": "1", + "is_prime_user": true, + "is_first_purchase_online": true, "last_purchase": "2019-10-25T19:30:00.000-03:00", "phone": { "area_code": "11", diff --git a/guides/checkout-api-v2/industry-data/gambling.pt.md b/guides/checkout-api-v2/industry-data/gambling.pt.md index 1b0c6609a9..f30e308792 100644 --- a/guides/checkout-api-v2/industry-data/gambling.pt.md +++ b/guides/checkout-api-v2/industry-data/gambling.pt.md @@ -95,8 +95,8 @@ curl --location 'https://api.mercadopago.com/v1/payments' \ "payer": { "first_name": "Nome", "last_name": "Sobrenome", - "is_prime_user": "1", - "is_first_purchase_online": "1", + "is_prime_user": true, + "is_first_purchase_online": true, "last_purchase": "2019-10-25T19:30:00.000-03:00", "phone": { "area_code": "11", diff --git a/guides/checkout-api-v2/industry-data/goverments-public-services.en.md b/guides/checkout-api-v2/industry-data/goverments-public-services.en.md index 1a121406be..4a9111f4ab 100644 --- a/guides/checkout-api-v2/industry-data/goverments-public-services.en.md +++ b/guides/checkout-api-v2/industry-data/goverments-public-services.en.md @@ -98,8 +98,8 @@ curl --location 'https://api.mercadopago.com/v1/payments' \ "payer": { "first_name": "Nome", "last_name": "Sobrenome", - "is_prime_user": "1", - "is_first_purchase_online": "1", + "is_prime_user": true, + "is_first_purchase_online": true, "last_purchase": "2019-10-25T19:30:00.000-03:00", "phone": { "area_code": "11", diff --git a/guides/checkout-api-v2/industry-data/goverments-public-services.es.md b/guides/checkout-api-v2/industry-data/goverments-public-services.es.md index e325358011..b2776038a9 100644 --- a/guides/checkout-api-v2/industry-data/goverments-public-services.es.md +++ b/guides/checkout-api-v2/industry-data/goverments-public-services.es.md @@ -98,8 +98,8 @@ curl --location 'https://api.mercadopago.com/v1/payments' \ "payer": { "first_name": "Nome", "last_name": "Sobrenome", - "is_prime_user": "1", - "is_first_purchase_online": "1", + "is_prime_user": true, + "is_first_purchase_online": true, "last_purchase": "2019-10-25T19:30:00.000-03:00", "phone": { "area_code": "11", diff --git a/guides/checkout-api-v2/industry-data/goverments-public-services.pt.md b/guides/checkout-api-v2/industry-data/goverments-public-services.pt.md index a800213fe8..3c8c08697b 100644 --- a/guides/checkout-api-v2/industry-data/goverments-public-services.pt.md +++ b/guides/checkout-api-v2/industry-data/goverments-public-services.pt.md @@ -98,8 +98,8 @@ curl --location 'https://api.mercadopago.com/v1/payments' \ "payer": { "first_name": "Nome", "last_name": "Sobrenome", - "is_prime_user": "1", - "is_first_purchase_online": "1", + "is_prime_user": true, + "is_first_purchase_online": true, "last_purchase": "2019-10-25T19:30:00.000-03:00", "phone": { "area_code": "11", diff --git a/guides/checkout-api-v2/industry-data/home-and-deco.en.md b/guides/checkout-api-v2/industry-data/home-and-deco.en.md index f60a77160c..8aeed9c175 100644 --- a/guides/checkout-api-v2/industry-data/home-and-deco.en.md +++ b/guides/checkout-api-v2/industry-data/home-and-deco.en.md @@ -109,8 +109,8 @@ curl --location 'https://api.mercadopago.com/v1/payments' \ "payer": { "first_name": "Nome", "last_name": "Sobrenome", - "is_prime_user": "1", - "is_first_purchase_online": "1", + "is_prime_user": true, + "is_first_purchase_online": true, "last_purchase": "2019-10-25T19:30:00.000-03:00", "phone": { "area_code": "11", diff --git a/guides/checkout-api-v2/industry-data/home-and-deco.es.md b/guides/checkout-api-v2/industry-data/home-and-deco.es.md index ac614d4301..7a458fe69b 100644 --- a/guides/checkout-api-v2/industry-data/home-and-deco.es.md +++ b/guides/checkout-api-v2/industry-data/home-and-deco.es.md @@ -109,8 +109,8 @@ curl --location 'https://api.mercadopago.com/v1/payments' \ "payer": { "first_name": "Nome", "last_name": "Sobrenome", - "is_prime_user": "1", - "is_first_purchase_online": "1", + "is_prime_user": true, + "is_first_purchase_online": true, "last_purchase": "2019-10-25T19:30:00.000-03:00", "phone": { "area_code": "11", diff --git a/guides/checkout-api-v2/industry-data/home-and-deco.pt.md b/guides/checkout-api-v2/industry-data/home-and-deco.pt.md index 4b09908b37..905d1f1129 100644 --- a/guides/checkout-api-v2/industry-data/home-and-deco.pt.md +++ b/guides/checkout-api-v2/industry-data/home-and-deco.pt.md @@ -109,8 +109,8 @@ curl --location 'https://api.mercadopago.com/v1/payments' \ "payer": { "first_name": "Nome", "last_name": "Sobrenome", - "is_prime_user": "1", - "is_first_purchase_online": "1", + "is_prime_user": true, + "is_first_purchase_online": true, "last_purchase": "2019-10-25T19:30:00.000-03:00", "phone": { "area_code": "11", diff --git a/guides/checkout-api-v2/industry-data/hospitality.en.md b/guides/checkout-api-v2/industry-data/hospitality.en.md index cbc4ecac52..c98dcb674f 100644 --- a/guides/checkout-api-v2/industry-data/hospitality.en.md +++ b/guides/checkout-api-v2/industry-data/hospitality.en.md @@ -119,8 +119,8 @@ curl --location 'https://api.mercadopago.com/v1/payments' \ "payer": { "first_name": "Nome", "last_name": "Sobrenome", - "is_prime_user": "1", - "is_first_purchase_online": "1", + "is_prime_user": true, + "is_first_purchase_online": true, "last_purchase": "2019-10-25T19:30:00.000-03:00", "phone": { "area_code": "11", diff --git a/guides/checkout-api-v2/industry-data/hospitality.es.md b/guides/checkout-api-v2/industry-data/hospitality.es.md index 962e356ecf..39ed758542 100644 --- a/guides/checkout-api-v2/industry-data/hospitality.es.md +++ b/guides/checkout-api-v2/industry-data/hospitality.es.md @@ -119,8 +119,8 @@ curl --location 'https://api.mercadopago.com/v1/payments' \ "payer": { "first_name": "Nome", "last_name": "Sobrenome", - "is_prime_user": "1", - "is_first_purchase_online": "1", + "is_prime_user": true, + "is_first_purchase_online": true, "last_purchase": "2019-10-25T19:30:00.000-03:00", "phone": { "area_code": "11", diff --git a/guides/checkout-api-v2/industry-data/hospitality.pt.md b/guides/checkout-api-v2/industry-data/hospitality.pt.md index fa17f291b9..58e4f3b779 100644 --- a/guides/checkout-api-v2/industry-data/hospitality.pt.md +++ b/guides/checkout-api-v2/industry-data/hospitality.pt.md @@ -119,8 +119,8 @@ curl --location 'https://api.mercadopago.com/v1/payments' \ "payer": { "first_name": "Nome", "last_name": "Sobrenome", - "is_prime_user": "1", - "is_first_purchase_online": "1", + "is_prime_user": true, + "is_first_purchase_online": true, "last_purchase": "2019-10-25T19:30:00.000-03:00", "phone": { "area_code": "11", diff --git a/guides/checkout-api-v2/industry-data/retail.en.md b/guides/checkout-api-v2/industry-data/retail.en.md index bd77f69efd..917b3cafbf 100644 --- a/guides/checkout-api-v2/industry-data/retail.en.md +++ b/guides/checkout-api-v2/industry-data/retail.en.md @@ -109,8 +109,8 @@ curl --location 'https://api.mercadopago.com/v1/payments' \ "payer": { "first_name": "Nome", "last_name": "Sobrenome", - "is_prime_user": "1", - "is_first_purchase_online": "1", + "is_prime_user": true, + "is_first_purchase_online": true, "last_purchase": "2019-10-25T19:30:00.000-03:00", "phone": { "area_code": "11", diff --git a/guides/checkout-api-v2/industry-data/retail.es.md b/guides/checkout-api-v2/industry-data/retail.es.md index eb5657727a..de0a129d4c 100644 --- a/guides/checkout-api-v2/industry-data/retail.es.md +++ b/guides/checkout-api-v2/industry-data/retail.es.md @@ -109,8 +109,8 @@ curl --location 'https://api.mercadopago.com/v1/payments' \ "payer": { "first_name": "Nome", "last_name": "Sobrenome", - "is_prime_user": "1", - "is_first_purchase_online": "1", + "is_prime_user": true, + "is_first_purchase_online": true, "last_purchase": "2019-10-25T19:30:00.000-03:00", "phone": { "area_code": "11", diff --git a/guides/checkout-api-v2/industry-data/retail.pt.md b/guides/checkout-api-v2/industry-data/retail.pt.md index 5840a110ec..f1d1a45030 100644 --- a/guides/checkout-api-v2/industry-data/retail.pt.md +++ b/guides/checkout-api-v2/industry-data/retail.pt.md @@ -109,8 +109,8 @@ curl --location 'https://api.mercadopago.com/v1/payments' \ "payer": { "first_name": "Nome", "last_name": "Sobrenome", - "is_prime_user": "1", - "is_first_purchase_online": "1", + "is_prime_user": true, + "is_first_purchase_online": true, "last_purchase": "2019-10-25T19:30:00.000-03:00", "phone": { "area_code": "11", diff --git a/guides/checkout-api-v2/industry-data/tickets-and-entretainment.en.md b/guides/checkout-api-v2/industry-data/tickets-and-entretainment.en.md index 97d1c8d9ef..90dedab26d 100644 --- a/guides/checkout-api-v2/industry-data/tickets-and-entretainment.en.md +++ b/guides/checkout-api-v2/industry-data/tickets-and-entretainment.en.md @@ -93,8 +93,8 @@ curl --location 'https://api.mercadopago.com/v1/payments' \ "payer": { "first_name": "Nome", "last_name": "Sobrenome", - "is_prime_user": "1", - "is_first_purchase_online": "1", + "is_prime_user": true, + "is_first_purchase_online": true, "last_purchase": "2019-10-25T19:30:00.000-03:00", "phone": { "area_code": "11", diff --git a/guides/checkout-api-v2/industry-data/tickets-and-entretainment.es.md b/guides/checkout-api-v2/industry-data/tickets-and-entretainment.es.md index 7580fa549b..dcb2e73860 100644 --- a/guides/checkout-api-v2/industry-data/tickets-and-entretainment.es.md +++ b/guides/checkout-api-v2/industry-data/tickets-and-entretainment.es.md @@ -93,8 +93,8 @@ curl --location 'https://api.mercadopago.com/v1/payments' \ "payer": { "first_name": "Nome", "last_name": "Sobrenome", - "is_prime_user": "1", - "is_first_purchase_online": "1", + "is_prime_user": true, + "is_first_purchase_online": true, "last_purchase": "2019-10-25T19:30:00.000-03:00", "phone": { "area_code": "11", diff --git a/guides/checkout-api-v2/industry-data/tickets-and-entretainment.pt.md b/guides/checkout-api-v2/industry-data/tickets-and-entretainment.pt.md index 54358952d3..e5592035e6 100644 --- a/guides/checkout-api-v2/industry-data/tickets-and-entretainment.pt.md +++ b/guides/checkout-api-v2/industry-data/tickets-and-entretainment.pt.md @@ -93,8 +93,8 @@ curl --location 'https://api.mercadopago.com/v1/payments' \ "payer": { "first_name": "Nome", "last_name": "Sobrenome", - "is_prime_user": "1", - "is_first_purchase_online": "1", + "is_prime_user": true, + "is_first_purchase_online": true, "last_purchase": "2019-10-25T19:30:00.000-03:00", "phone": { "area_code": "11", diff --git a/guides/checkout-api-v2/industry-data/tourism.en.md b/guides/checkout-api-v2/industry-data/tourism.en.md index fe841b1e5b..b7eed9e1db 100644 --- a/guides/checkout-api-v2/industry-data/tourism.en.md +++ b/guides/checkout-api-v2/industry-data/tourism.en.md @@ -138,8 +138,8 @@ curl --location 'https://api.mercadopago.com/v1/payments' \ "payer": { "first_name": "Nome", "last_name": "Sobrenome", - "is_prime_user": "1", - "is_first_purchase_online": "1", + "is_prime_user": true, + "is_first_purchase_online": true, "last_purchase": "2019-10-25T19:30:00.000-03:00", "phone": { "area_code": "11", diff --git a/guides/checkout-api-v2/industry-data/tourism.es.md b/guides/checkout-api-v2/industry-data/tourism.es.md index 8cd9277777..2ec6dd4948 100644 --- a/guides/checkout-api-v2/industry-data/tourism.es.md +++ b/guides/checkout-api-v2/industry-data/tourism.es.md @@ -138,8 +138,8 @@ curl --location 'https://api.mercadopago.com/v1/payments' \ "payer": { "first_name": "Nome", "last_name": "Sobrenome", - "is_prime_user": "1", - "is_first_purchase_online": "1", + "is_prime_user": true, + "is_first_purchase_online": true, "last_purchase": "2019-10-25T19:30:00.000-03:00", "phone": { "area_code": "11", diff --git a/guides/checkout-api-v2/industry-data/tourism.pt.md b/guides/checkout-api-v2/industry-data/tourism.pt.md index 4baefa5b31..d26b0f487f 100644 --- a/guides/checkout-api-v2/industry-data/tourism.pt.md +++ b/guides/checkout-api-v2/industry-data/tourism.pt.md @@ -138,8 +138,8 @@ curl --location 'https://api.mercadopago.com/v1/payments' \ "payer": { "first_name": "Nome", "last_name": "Sobrenome", - "is_prime_user": "1", - "is_first_purchase_online": "1", + "is_prime_user": true, + "is_first_purchase_online": true, "last_purchase": "2019-10-25T19:30:00.000-03:00", "phone": { "area_code": "11", diff --git a/guides/checkout-api-v2/industry-data/urban-transport.en.md b/guides/checkout-api-v2/industry-data/urban-transport.en.md index 1016f11e77..06bcd99a09 100644 --- a/guides/checkout-api-v2/industry-data/urban-transport.en.md +++ b/guides/checkout-api-v2/industry-data/urban-transport.en.md @@ -95,8 +95,8 @@ curl --location 'https://api.mercadopago.com/v1/payments' \ "payer": { "first_name": "Nome", "last_name": "Sobrenome", - "is_prime_user": "1", - "is_first_purchase_online": "1", + "is_prime_user": true, + "is_first_purchase_online": true, "last_purchase": "2019-10-25T19:30:00.000-03:00", "phone": { "area_code": "11", diff --git a/guides/checkout-api-v2/industry-data/urban-transport.es.md b/guides/checkout-api-v2/industry-data/urban-transport.es.md index ba23014464..19b1f0867e 100644 --- a/guides/checkout-api-v2/industry-data/urban-transport.es.md +++ b/guides/checkout-api-v2/industry-data/urban-transport.es.md @@ -95,8 +95,8 @@ curl --location 'https://api.mercadopago.com/v1/payments' \ "payer": { "first_name": "Nome", "last_name": "Sobrenome", - "is_prime_user": "1", - "is_first_purchase_online": "1", + "is_prime_user": true, + "is_first_purchase_online": true, "last_purchase": "2019-10-25T19:30:00.000-03:00", "phone": { "area_code": "11", diff --git a/guides/checkout-api-v2/industry-data/urban-transport.pt.md b/guides/checkout-api-v2/industry-data/urban-transport.pt.md index 9ed49d85a6..1d7c81165b 100644 --- a/guides/checkout-api-v2/industry-data/urban-transport.pt.md +++ b/guides/checkout-api-v2/industry-data/urban-transport.pt.md @@ -95,8 +95,8 @@ curl --location 'https://api.mercadopago.com/v1/payments' \ "payer": { "first_name": "Nome", "last_name": "Sobrenome", - "is_prime_user": "1", - "is_first_purchase_online": "1", + "is_prime_user": true, + "is_first_purchase_online": true, "last_purchase": "2019-10-25T19:30:00.000-03:00", "phone": { "area_code": "11", diff --git a/guides/checkout-api-v2/industry-data/utilities.en.md b/guides/checkout-api-v2/industry-data/utilities.en.md index 53df4bc729..856cb0866a 100644 --- a/guides/checkout-api-v2/industry-data/utilities.en.md +++ b/guides/checkout-api-v2/industry-data/utilities.en.md @@ -92,8 +92,8 @@ curl --location 'https://api.mercadopago.com/v1/payments' \ "payer": { "first_name": "Nome", "last_name": "Sobrenome", - "is_prime_user": "1", - "is_first_purchase_online": "1", + "is_prime_user": true, + "is_first_purchase_online": true, "last_purchase": "2019-10-25T19:30:00.000-03:00", "phone": { "area_code": "11", diff --git a/guides/checkout-api-v2/industry-data/utilities.es.md b/guides/checkout-api-v2/industry-data/utilities.es.md index 679a361c19..4aa3880e3a 100644 --- a/guides/checkout-api-v2/industry-data/utilities.es.md +++ b/guides/checkout-api-v2/industry-data/utilities.es.md @@ -92,8 +92,8 @@ curl --location 'https://api.mercadopago.com/v1/payments' \ "payer": { "first_name": "Nome", "last_name": "Sobrenome", - "is_prime_user": "1", - "is_first_purchase_online": "1", + "is_prime_user": true, + "is_first_purchase_online": true, "last_purchase": "2019-10-25T19:30:00.000-03:00", "phone": { "area_code": "11", diff --git a/guides/checkout-api-v2/industry-data/utilities.pt.md b/guides/checkout-api-v2/industry-data/utilities.pt.md index 20e09652f9..705194b197 100644 --- a/guides/checkout-api-v2/industry-data/utilities.pt.md +++ b/guides/checkout-api-v2/industry-data/utilities.pt.md @@ -92,8 +92,8 @@ curl --location 'https://api.mercadopago.com/v1/payments' \ "payer": { "first_name": "Nome", "last_name": "Sobrenome", - "is_prime_user": "1", - "is_first_purchase_online": "1", + "is_prime_user": true, + "is_first_purchase_online": true, "last_purchase": "2019-10-25T19:30:00.000-03:00", "phone": { "area_code": "11", diff --git a/guides/checkout-bricks/introduction.en.md b/guides/checkout-bricks/introduction.en.md index 461c3c10d1..cd02b3e47b 100644 --- a/guides/checkout-bricks/introduction.en.md +++ b/guides/checkout-bricks/introduction.en.md @@ -12,7 +12,7 @@ The Brick has responsive capabilities in terms of the size within the screen. Th ----[mlc]---- -![responsiveness-mlb](checkout-bricks/responsiveness-mlc-en.png) +![responsiveness-mlc](checkout-bricks/responsiveness-all-en.png) ------------ ----[mlb]---- diff --git a/guides/checkout-bricks/introduction.es.md b/guides/checkout-bricks/introduction.es.md index c7959f7e9a..675b605ec6 100644 --- a/guides/checkout-bricks/introduction.es.md +++ b/guides/checkout-bricks/introduction.es.md @@ -12,7 +12,7 @@ El Brick posee capacidades responsivas en términos del tamaño del espacio en l ----[mlc]---- -![responsiveness-mlb](checkout-bricks/responsiveness-mlc-es.png) +![responsiveness-mlc](checkout-bricks/responsiveness-all-es.png) ------------ ----[mlb]---- diff --git a/guides/checkout-bricks/introduction.pt.md b/guides/checkout-bricks/introduction.pt.md index 5b990f6358..2d1f7c14c6 100644 --- a/guides/checkout-bricks/introduction.pt.md +++ b/guides/checkout-bricks/introduction.pt.md @@ -12,7 +12,7 @@ O Brick possui capacidades responsivas no que tange o tamanho do espaço em tela ----[mlc]---- -![responsiveness-mlb](checkout-bricks/responsiveness-mlc-pt.png) +![responsiveness-mlc](checkout-bricks/responsiveness-all-pt.png) ------------ ----[mlb]---- diff --git a/guides/checkout-pro/integrate-preferences.en.md b/guides/checkout-pro/integrate-preferences.en.md index 817878145c..1fe47f1e64 100644 --- a/guides/checkout-pro/integrate-preferences.en.md +++ b/guides/checkout-pro/integrate-preferences.en.md @@ -9,7 +9,7 @@ live_demo_code_action: - title: Try our Checkout Pro - description: Build the Checkout Pro visual experience in real-time. When you are all set, download or copy the generated code to add it to your website or share it with a developer. - link: /developers/en/live-demo/checkout-pro - - image:https://http2.mlstatic.com/storage/dx-devsite/docs-assets/custom-upload/2023/9/6/1696615115358-Group34359.png + - image: /images/cow/live-demo-cho-pro.png - linkName: Demo - buttonDescription: Build your Checkout Pro --- diff --git a/guides/checkout-pro/integrate-preferences.es.md b/guides/checkout-pro/integrate-preferences.es.md index c23217c0d9..7c6faa9ca6 100644 --- a/guides/checkout-pro/integrate-preferences.es.md +++ b/guides/checkout-pro/integrate-preferences.es.md @@ -9,7 +9,7 @@ live_demo_code_action: - title: Prueba nuestro Checkout Pro - description: Construye la experiencia visual de Checkout Pro en tiempo real. Cuando esté todo listo, descarga o copia el código generado para agregarlo a tu sitio o compartirlo con un desarrollador. - link: /developers/es/live-demo/checkout-pro - - image:https://http2.mlstatic.com/storage/dx-devsite/docs-assets/custom-upload/2023/9/6/1696615115358-Group34359.png + - image: /images/cow/live-demo-cho-pro.png - linkName: Demo - buttonDescription: Construir tu Checkout Pro --- diff --git a/guides/checkout-pro/integrate-preferences.pt.md b/guides/checkout-pro/integrate-preferences.pt.md index e2b0b7de5b..8a43e42579 100644 --- a/guides/checkout-pro/integrate-preferences.pt.md +++ b/guides/checkout-pro/integrate-preferences.pt.md @@ -9,7 +9,7 @@ live_demo_code_action: - title: Experimente nosso Checkout Pro - description: Construa a experiência visual do Checkout Pro em tempo real. Quando estiver tudo pronto, baixe ou copie o código gerado para adicionar no seu site ou compartilhar com um desenvolvedor. - link: /developers/pt/live-demo/checkout-pro - - image:https://http2.mlstatic.com/storage/dx-devsite/docs-assets/custom-upload/2023/9/6/1696615115358-Group34359.png + - image: /images/cow/live-demo-cho-pro.png - linkName: Demo - buttonDescription: Construir seu Checkout Pro --- diff --git a/images/cow/live-demo-cho-pro-rebranding.png b/images/cow/live-demo-cho-pro-rebranding.png new file mode 100644 index 0000000000..1f74f77387 Binary files /dev/null and b/images/cow/live-demo-cho-pro-rebranding.png differ diff --git a/images/cow/live-demo-cho-pro.png b/images/cow/live-demo-cho-pro.png new file mode 100644 index 0000000000..5ce4e51e7e Binary files /dev/null and b/images/cow/live-demo-cho-pro.png differ