Skip to content

Commit

Permalink
BL-327 Change resource examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Shivella committed Apr 23, 2021
1 parent d06f386 commit 092ec5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Expand Up @@ -137,9 +137,10 @@ Response
Content-Type: application/hal+json
{
"resource": "paymentLink",
"resource": "payment-link",
"id": "pl_4Y0eZitmBnQ6IDoMqZQKh",
"mode": "test",
"profileId": "pfl_QkEhN94Ba",
"createdAt": "2021-03-20T09:13:37+00:00",
"paidAt": null,
"updatedAt": null,
Expand Down
2 changes: 1 addition & 1 deletion source/reference/v2/payment-links-api/get-payment-link.rst
Expand Up @@ -30,7 +30,7 @@ Response

.. type:: string

- Indicates the response contains a payment link object. Will always contain ``paymentLink`` for this endpoint.
- Indicates the response contains a payment link object. Will always contain ``payment-link`` for this endpoint.

* - ``id``

Expand Down

0 comments on commit 092ec5b

Please sign in to comment.