Waiviogit / waivio

MIT License
8 stars 7 forks source link

Fix rewards if one post was completed as mention and review for same sponsor #7030

Open Diana-Cherry-8 opened 1 month ago

Diana-Cherry-8 commented 1 month ago

Спонсор создал две кампании, разница только в типе, одна mention, вторая reviews. Пользователь выполнил кампанию reviews, также mention засчитался (потому что проходил по требованиям). Но вознаграждение на посте от спонсора, fake like отображает не полную сумму за обе кампании.

Пост (спонсор new-way, исполнитель daine-cherry). В данном примере за обе кампании должно было по 1 USD. На посте отображается 0.75. https://waiviodev.com/@daine-cherry/books-your-passport-to-endless-exploration

Кампания 1

{
  "_id": "670782af1f7dcb1ca5f8f719",
  "currency": "USD",
  "expiredAt": "2024-10-31T15:32:06.904Z",
  "requiredObject": "lox-test-book-v01",
  "userRequirements": {
    "minPosts": 0,
    "minFollowers": 0,
    "minExpertise": 0
  },
  "requirements": {
    "minPhotos": 0,
    "receiptPhoto": false
  },
  "commissionAgreement": 0.05,
  "agreementObjects": [],
  "rewardInUSD": 0.5,
  "reward": 0.5,
  "budget": 1,
  "status": "active",
  "type": "mentions",
  "name": "test22",
  "guideName": "new-way",
  "users": [
    {
      "commentsCount": 0,
      "completedAt": "2024-10-10T07:32:30.000Z",
      "fraudCodes": [],
      "openConversation": true,
      "fraudSuspicion": false,
      "status": "completed",
      "payoutTokenRateUSD": 0.036392636684249996,
      "rewardReducedBy": 0,
      "rewardRaisedBy": 0,
      "rootName": "daine-cherry",
      "referralServer": "waiviodev/1.0.0",
      "reviewPermlink": "books-your-passport-to-endless-exploration",
      "reservationPermlink": "493c6a38-6c9c-4ba3-96d0-e4a0d9b723c2",
      "objectPermlink": "lox-test-book-v01",
      "name": "daine-cherry",
      "_id": "6707830e1f7dcb1ca5f8f7f9",
      "updatedAt": "2024-10-10T07:32:30.295Z",
      "createdAt": "2024-10-10T07:32:30.295Z"
    }
  ],
  "createdAt": "2024-10-10T07:30:55.023Z",
  "activationPermlink": "activate-waivio-welcome-cguhiwop1t",
  "completed": 1,
  "reserved": 0,
  "completedTotal": 1,
  "remaining": 1,
  "budgetUSD": 1,
  "payed": 13.73904299
}

Кампания 2

{
  "_id": "6707829b1f7dcb1ca5f8f6ea",
  "currency": "USD",
  "expiredAt": "2024-10-31T15:32:06.904Z",
  "requiredObject": "lox-test-book-v01",
  "userRequirements": {
    "minPosts": 0,
    "minFollowers": 0,
    "minExpertise": 0
  },
  "requirements": {
    "minPhotos": 0,
    "receiptPhoto": false
  },
  "commissionAgreement": 0.05,
  "agreementObjects": [],
  "rewardInUSD": 0.5,
  "reward": 0.5,
  "budget": 1,
  "status": "active",
  "type": "reviews",
  "name": "test2",
  "guideName": "new-way",
  "users": [
    {
      "commentsCount": 0,
      "fraudCodes": [],
      "openConversation": true,
      "status": "completed",
      "payoutTokenRateUSD": 0.03641880286296,
      "rewardReducedBy": 0,
      "rewardRaisedBy": 0,
      "rootName": "daine-cherry",
      "reservationPermlink": "reserve-064j7m3cqqpg",
      "objectPermlink": "lox-test-book-v01",
      "name": "daine-cherry",
      "_id": "670782cc1f7dcb1ca5f8f78f",
      "updatedAt": "2024-10-10T07:32:30.243Z",
      "createdAt": "2024-10-10T07:31:24.262Z",
      "completedAt": "2024-10-10T07:32:30.000Z",
      "fraudSuspicion": false,
      "reviewPermlink": "books-your-passport-to-endless-exploration"
    }
  ],
  "createdAt": "2024-10-10T07:30:35.196Z",
  "activationPermlink": "activate-waivio-welcome-rldjjykjvr9",
  "completed": 1,
  "reserved": 0,
  "completedTotal": 1,
  "remaining": 1,
  "budgetUSD": 1,
  "payed": 13.72917177
}

Image

Image

Diana-Cherry-8 commented 1 month ago

Staging checked

Diana-Cherry-8 commented 4 weeks ago

Production checked