Skip to content

Commit

Permalink
fixed endpoint name
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaetemann committed Jul 26, 2023
1 parent 58ed87b commit 7772ed7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions reference/api/transaction_intent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ info:
title: Mercado Pago API Reference
version: "1.0"
paths:
/online-payments/v1/transaction-intents/{id}:
/v1/transaction-intents/{id}:
get:
tags:
- $ref: "#/tags/checkout-api"
- $ref: '#/tags/checkout-api'
summary: Get transaction intent by ID
x-summary-i18n:
eng: Get transaction intent by ID
Expand Down Expand Up @@ -171,7 +171,7 @@ paths:
properties:
enabled:
type: array
example: ["visa", "master"]
example: visa, master
description: Payment methods included
items:
type: object
Expand Down Expand Up @@ -220,7 +220,7 @@ paths:
type: array
items:
type: string
example: ["ticket", "account_money"]
example: ticket, account_money
description: Methods of payment not included
x-description-i18n:
eng: Methods of payment not included
Expand Down

0 comments on commit 7772ed7

Please sign in to comment.