Skip to content

Commit

Permalink
Merge pull request #2388 from mercadopago/fix/bugs-2006
Browse files Browse the repository at this point in the history
fix/bugs-2006
  • Loading branch information
hgaldino authored Jun 21, 2024
2 parents 1ebcdcb + 1fa4ec4 commit 5482467
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -923,7 +923,7 @@ Add all the additional information you want.
| `route` | Object | Route information |
| `departure` | String | Departure |
| `destination` | String | Arrival |
| `departure_date_time` | Date | Departure date |
| `departure_date_time` | Date | Departure date. Example: 2024-06-20T06:20:00.000-04:00. |
| `arrival_date_time` | Date | Arrival date |
| `company` | String | Company |

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -923,7 +923,7 @@ Agrega toda la información adicional que quieras.
| `route` | Object | Información de la ruta |
| `departure` | String | Salida |
| `destination` | String | Llegada |
| `departure_date_time` | Date | Fecha de salida |
| `departure_date_time` | Date | Fecha de salida. Ejemplo: 2024-06-20T06:20:00.000-04:00. |
| `arrival_date_time` | Date | Fecha de llegada |
| `company` | String | Compañía |

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -925,7 +925,7 @@ Adicione todas as informações adicionais que você deseja.
| `route` | Object |Informações da rota |
| `departure` | String | Saída |
| `destination` | String | Chegada |
| `departure_date_time` | Date | Data de saída |
| `departure_date_time` | Date | Data de saída. Exemplo: 2024-06-20T06:20:00.000-04:00. |
| `arrival_date_time` | Date | Data de chegada |
| `company` | String | Companhia |

Expand Down

0 comments on commit 5482467

Please sign in to comment.