Skip to content

Fix response types for account payout - #5

Open
cskeppstedt wants to merge 1 commit into
trustly:mainfrom
cskeppstedt:patch-1
Open

Fix response types for account payout#5
cskeppstedt wants to merge 1 commit into
trustly:mainfrom
cskeppstedt:patch-1

Conversation

@cskeppstedt

Copy link
Copy Markdown
Contributor

The reponse object from the API actually looks like this:

{
  "orderid": "13350746106",
  "result": "1"
}

So I updated the casing and the type to match it.

The reponse object from the API actually looks like this:

```json
{
  "orderid": "13350746106",
  "result": "1"
}
```

So I updated the casing and the type to match it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant