Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In response body GET /v1/auction/getCurrent, domain value without .ton #35

Closed
ulanzhusupov opened this issue Sep 18, 2022 · 1 comment
Closed

Comments

@ulanzhusupov
Copy link

Bug Type

Functional

Reproduction steps

In response body GET /v1/auction/getCurrent, "domain" value without ".ton"

Steps:

  1. Send a GET /v1/auction/getCurrent

Actual result

Domain value without ".ton" at the end
{ "data": [ { "bids": 1660050553, "date": 1660050553, "domain": **"wallet"**, "owner": "owner", "price": 1660050553 } ] }

Expected result

Domain name has a ".ton" at the end
{ "data": [ { "bids": 1660050553, "date": 1660050553, "domain": **"wallet.ton"**, "owner": "owner", "price": 1660050553 } ] }

Suggested Severity

High

Device

Curl:
curl -X 'GET'
'https://tonapi.io/v1/auction/getCurrent'
-H 'accept: application/json'

Request URL:
https://tonapi.io/v1/auction/getCurrent

Additional Context

No response

@mr-tron
Copy link
Collaborator

mr-tron commented Sep 20, 2022

Fixed.

@mr-tron mr-tron closed this as completed Sep 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants