WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Profile page: total amount contributed as tip wrongly using USD #8265

@Betree

Description

@Betree

This person has contributed ¥1300 + ¥80 platform tip. On their profile, we're showing a $80 tip instead.

Image

The problem comes from the API:

Query

{
  account(slug: "ma_maru"){
    memberOf(account: {slug: "ofitech"}){
      nodes {
        totalDonations {
          valueInCents
          currency
        }
      }
    }
  }
}

Result

{
  "data": {
    "account": {
      "memberOf": {
        "nodes": [
          {
            "totalDonations": {
              "valueInCents": 8000,
              "currency": "USD"
            }
          }
        ]
      }
    }
  }
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions