We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ce7669d + 62ee995 commit 840476aCopy full SHA for 840476a
1 file changed
app/models/opencollective/OpenCollective.scala
@@ -13,7 +13,7 @@ case class OpenCollectiveMember(
13
`type`: String, // USER or ORGANIZATION,
14
role: String, // BACKER, ADMIN or HOST,
15
isActive: Boolean, // true or false
16
- totalAmountDonated: Long // amount in cent (USD 100.00 = 10000)
+ totalAmountDonated: Double // amount in cent (USD 100.00 = 10000)
17
// createdAt: 2021-11-08 14:41,
18
// lastTransactionAt: 2021-11-19 09:16,
19
// lastTransactionAmount: 0,
0 commit comments