Greenstand / treetracker-wallet-api

GNU Affero General Public License v3.0
18 stars 53 forks source link

V1.10 Fix /tokens/:id/transactions returns correct fields #426

Closed pranavkparti closed 1 year ago

pranavkparti commented 1 year ago

Description

The endpoint /tokens/:id/transactions now returns 'token' as per the specification.

Issue(s) addressed

What kind of change(s) does this PR introduce?

Please check if the PR fulfils these requirements

Issue

What is the current behavior? The endpoint doesn't return 'token' field.

What is the new behavior?

The endpoint returns the correct fields. image

Breaking change

Does this PR introduce a breaking change? No.

Other useful information

None.