Skip to content

Commit 598aade

Browse files
author
pabal1708
authored
Merge pull request #744 from mercadopago/fix/davivienda
Fix/davivienda
2 parents 3f45d8b + 50524ef commit 598aade

File tree

3 files changed

+0
-57
lines changed

3 files changed

+0
-57
lines changed

guides/payments/api/other-payment-ways.en.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -943,7 +943,6 @@ In addition to cards, you can offer other payment choices on your website.
943943
| Type of payment method | Payment method |
944944
| --- | ---|
945945
| `ticket` | Efecty |
946-
| `ticket` | Davivienda |
947946
| `ticket` | Baloto |
948947
| `bank_transfer` | PSE |
949948

@@ -1021,24 +1020,6 @@ The result will be a list of payment methods and their features. For example, `p
10211020
"aggregator"
10221021
]
10231022
},
1024-
{
1025-
"id": "davivienda",
1026-
"name": "Davivienda",
1027-
"payment_type_id": "ticket",
1028-
"status": "active",
1029-
"secure_thumbnail": "https://www.mercadopago.com/org-img/MP3/API/logos/davivienda.gif",
1030-
"thumbnail": "http://img.mlstatic.com/org-img/MP3/API/logos/davivienda.gif",
1031-
"deferred_capture": "does_not_apply",
1032-
"settings": [],
1033-
"additional_info_needed": [],
1034-
"min_allowed_amount": 1600,
1035-
"max_allowed_amount": 150000000,
1036-
"accreditation_time": 10080,
1037-
"financial_institutions": [],
1038-
"processing_modes": [
1039-
"aggregator"
1040-
]
1041-
},
10421023
{
10431024
"id": "baloto",
10441025
"name": "Baloto",

guides/payments/api/other-payment-ways.es.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -943,7 +943,6 @@ Además de tarjetas, también existen otras opciones de pago que puedes ofrecer
943943
| Tipo de medio de pago | Medio de pago |
944944
| --- | ---|
945945
| `ticket` | Efecty |
946-
| `ticket` | Davivienda |
947946
| `ticket` | Baloto |
948947
| `bank_transfer` | PSE |
949948

@@ -1021,24 +1020,6 @@ El resultado será un listado con los medios de pago y sus propiedades. Por ejem
10211020
"aggregator"
10221021
]
10231022
},
1024-
{
1025-
"id": "davivienda",
1026-
"name": "Davivienda",
1027-
"payment_type_id": "ticket",
1028-
"status": "active",
1029-
"secure_thumbnail": "https://www.mercadopago.com/org-img/MP3/API/logos/davivienda.gif",
1030-
"thumbnail": "http://img.mlstatic.com/org-img/MP3/API/logos/davivienda.gif",
1031-
"deferred_capture": "does_not_apply",
1032-
"settings": [],
1033-
"additional_info_needed": [],
1034-
"min_allowed_amount": 1600,
1035-
"max_allowed_amount": 150000000,
1036-
"accreditation_time": 10080,
1037-
"financial_institutions": [],
1038-
"processing_modes": [
1039-
"aggregator"
1040-
]
1041-
},
10421023
{
10431024
"id": "baloto",
10441025
"name": "Baloto",

guides/payments/api/other-payment-ways.pt.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -943,7 +943,6 @@ Além de cartões, também existem outras opções de pagamento que podem ser of
943943
| Tipo de meio de pagamento | Meio de pagamento |
944944
| --- | ---|
945945
| `ticket` | Efecty |
946-
| `ticket` | Davivienda |
947946
| `ticket` | Baloto |
948947
| `bank_transfer` | PSE |
949948

@@ -1021,24 +1020,6 @@ O resultado será uma lista com os meios de pagamento e suas propriedades. Por e
10211020
"aggregator"
10221021
]
10231022
},
1024-
{
1025-
"id": "davivienda",
1026-
"name": "Davivienda",
1027-
"payment_type_id": "ticket",
1028-
"status": "active",
1029-
"secure_thumbnail": "https://www.mercadopago.com/org-img/MP3/API/logos/davivienda.gif",
1030-
"thumbnail": "http://img.mlstatic.com/org-img/MP3/API/logos/davivienda.gif",
1031-
"deferred_capture": "does_not_apply",
1032-
"settings": [],
1033-
"additional_info_needed": [],
1034-
"min_allowed_amount": 1600,
1035-
"max_allowed_amount": 150000000,
1036-
"accreditation_time": 10080,
1037-
"financial_institutions": [],
1038-
"processing_modes": [
1039-
"aggregator"
1040-
]
1041-
},
10421023
{
10431024
"id": "baloto",
10441025
"name": "Baloto",

0 commit comments

Comments
 (0)